-
Improvement
-
Resolution: Fixed
-
Major
-
2.1.0
-
None
-
4.1 M5
Currently to overload the component org.ametys.plugins.syndication.RssFeedUserPrefsComponent in the project we have to overload everything
<feature name="module.syndication">
<components>
<component role="org.ametys.plugins.syndication.FeedCache"
id="org.ametys.plugins.syndication.FeedCache"
class="org.ametys.plugins.syndication.FeedCache">
</component>
<component role="org.ametys.plugins.syndication.RssFeedUserPrefsComponent"
id="org.ametys.plugins.syndication.RssFeedUserPrefsComponent"
class="org.ametys.plugins.syndication.RssFeedUserPrefsComponent" />
</components>