User tests: Successful: Unsuccessful:
Menu objects aren't being loaded before triggering before and after delete events.
With #4308 changes, we are now triggering events on Menu delete actions. If the object isn't loaded before triggering these events, the data being passed to the handlers is incomplete.
At this point the catcher plugin will raise a message for each event that got triggered. Without the patch, the menu data that gets passed to the event handler is missing (only ID is available in the after delete event). With the patch included in this PR, all the menu data is made available to the handlers, i.e. id, menutype, title and description.
Thank you in advance for considering this PR.
Labels |
Added:
?
|
Category | ⇒ | Components |
Easy | No | ⇒ | Yes |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-02-10 21:03:58 |
@test successful Thanks for the patch @amazeika
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5458.