?
avatar phproberto
phproberto
25 Nov 2014

This PR broke event B/C #4308

The default context passed to plugins on JModelAdmin save was:

$this->option . '.' . $this->name`

and it was replaced by:

$context = $this->option . '_' . $this->name;

That breaks all the existing plugins triggered before and after save events.

See:
https://github.com/joomla/joomla-cms/pull/4308/files#diff-39b4bc5cb02bbace2ee4febe8f54583eR1079

avatar phproberto phproberto - open - 25 Nov 2014
avatar jissues-bot jissues-bot - change - 25 Nov 2014
Labels Added: ?
avatar phproberto
phproberto - comment - 25 Nov 2014

Closed. See: #5203

avatar phproberto phproberto - close - 25 Nov 2014
avatar phproberto phproberto - change - 25 Nov 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-11-25 17:02:57

Add a Comment

Login with GitHub to post a comment