In my plugin the onContentPrepareForm event does not identify com_modules.modules.filter and
the onContentPrepareData event does trigger for context com_modules.modules any more.
Labels |
Added:
?
|
For example: I am using
if ($context === 'com_modules.modules')
in event onContentPrepareData
of my plugin that should only run in modules list. This does not work any more.
According the documentation this should work: https://docs.joomla.org/Plugin/Events/Content#onContentPrepareData
Could you please give us more information? What is the purpose if the plugin? If it is possible, please attach your plugin here so that we can review to see if it causes by some changes we made into Modules Management recently. Thanks
Status | New | ⇒ | Information Required |
Information required, see previous comment.
Labels |
Added:
Information Required
|
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-07-09 16:13:17 |
Closed_By | ⇒ | Quy |
Closing due to no response with requested information.
@h2974 Could you please explain more details about the problem you are having? Recently, we appends Client ID to context to fix filter issues when Client is switched from Admin to Site and vice versa. The PR is here #33763
Maybe that change causes issue with your plugin (in case you set model states via com_modules.modules.filter key)