Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Incomplete
-
1.1-286-COMPATIBILITY
-
None
Description
Portlet Filter are registered at the SupportedModesServiceImpl.loadPortletModes() which runs only once. Therefore changes at the portletDD are not recognized.
Maybe we could use a similiar method as we did with the eventprovider? Make the FilterManager request dependant and look for the filter at every request. Then there is no need for a global (static) map of filters.