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
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-25 17:02:57 |
Closed. See: #5203