Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Events "beforeLinkSave" and "afterLinkSave"

I'm trying to understand how works the validation events in Sprind data REST. I understand that the event "beforeSave" runs just before I save a new information in the data source. I understand that the event "afterSave" is called at the end of storeing a new data. However, I don't understand when the events "beforeLinkSave" and "afterLinkSave" are run.

Does someone know the answer?

like image 764
Adrian Avatar asked Sep 20 '25 10:09

Adrian


1 Answers

I have learned. The event "beforeLinkSave" is run before a new link is saved in an one to many or many to many relationship. "afterLinkSave" is similar. It is run after a new link is saved

like image 61
Adrian Avatar answered Sep 23 '25 19:09

Adrian