-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[5.3] CMSPlugin: Deprecate use of DispatcherAware and LanguageAware #43430
[5.3] CMSPlugin: Deprecate use of DispatcherAware and LanguageAware #43430
Conversation
This pull request has been automatically rebased to 5.3-dev. |
Conflicts: plugins/editors/none/src/Extension/None.php
I have tested this item ✅ successfully on 32f8a00 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43430. |
I have tested this item ✅ successfully on 32f8a00 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43430. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43430. |
Conflicts: plugins/content/finder/src/Extension/Finder.php
@rdeutz is something wrong with this pr or what's the reason that the corresponding manual pr has not been merged? Please revert the pr if it's wrong or merge the manual pr. thanks |
I made it later, and forgot to ping @rdeutz |
Summary of Changes
Deprecate use of DispatcherAware and LanguageAware within CMSPlugin class.
Plugin should use DispatcherAware it on its own.
And LanguageAware is a leftover from some changes in past, and does not used anywhere (I did not found).
Testing Instructions
Code review.
Navigate around the site.
Edit site content.
Use finder indexer.
All should work as before.
Actual result BEFORE applying this Pull Request
Works
Expected result AFTER applying this Pull Request
Works
Link to documentations
Please select:
Linked: