User tests: Successful: Unsuccessful:
PR for #13278
Adds a trigger event so that you can capture when an extensin is disabled etc
To test
Apply this PR
and then in plugins\extension\joomla\joomla.php
add this code for testing
public function onExtensionChangeState($context, $eid, $value)
{
die ('caught you');
}
Now try to disable an extension in the manage screen and you should catch the event and the message is displayed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_installer |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Ready to Commit after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-21 03:51:49 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
Thanks
I have tested this item✅ successfully on 2c98401
Works for me
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/21693.