? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
18 Aug 2018

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

avatar brianteeman brianteeman - open - 18 Aug 2018
avatar brianteeman brianteeman - change - 18 Aug 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 18 Aug 2018
Category Administration com_installer
avatar wilsonge wilsonge - test_item - 18 Aug 2018 - Tested successfully
avatar wilsonge
wilsonge - comment - 18 Aug 2018

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.

avatar alikon
alikon - comment - 19 Aug 2018

I have tested this item successfully on 2c98401


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/21693.

avatar alikon alikon - test_item - 19 Aug 2018 - Tested successfully
avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Aug 2018
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 19 Aug 2018

Ready to Commit after two successful tests.

avatar mbabker mbabker - change - 21 Aug 2018
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: ?
avatar mbabker mbabker - close - 21 Aug 2018
avatar mbabker mbabker - merge - 21 Aug 2018
avatar brianteeman
brianteeman - comment - 21 Aug 2018

Thanks

Add a Comment

Login with GitHub to post a comment