We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This PR broke event B/C #4308
The default context passed to plugins on JModelAdmin save was:
JModelAdmin
$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
The text was updated successfully, but these errors were encountered:
Closed. See: #5203
Sorry, something went wrong.
No branches or pull requests
This PR broke event B/C #4308
The default context passed to plugins on
JModelAdmin
save was:and it was replaced by:
That breaks all the existing plugins triggered before and after save events.
See:
https://github.com/joomla/joomla-cms/pull/4308/files#diff-39b4bc5cb02bbace2ee4febe8f54583eR1079
The text was updated successfully, but these errors were encountered: