Skip to content
New issue

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

B/C broken for save event in JModelAdmin #5202

Closed
phproberto opened this issue Nov 25, 2014 · 1 comment
Closed

B/C broken for save event in JModelAdmin #5202

phproberto opened this issue Nov 25, 2014 · 1 comment

Comments

@phproberto
Copy link
Contributor

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

@phproberto
Copy link
Contributor Author

Closed. See: #5203

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants