You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume you did not intend it to work this way to only be able to register one event per model action. Its kinda limiting and the fix is easy and non-breaking
The text was updated successfully, but these errors were encountered:
Right now its only possible to register one callback per model event.
Ever successive call to
Mode::registerModelEvent()
will overwritte all previous callbacks.Current code:
What it should be:
And then also something like this:
I assume you did not intend it to work this way to only be able to register one event per model action. Its kinda limiting and the fix is easy and non-breaking
The text was updated successfully, but these errors were encountered: