-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
If I create a new plugin in order to redefine a UserPreferencesManager org.ametys.runtime.plugins.core.userpref.DefaultUserPreferencesManager, I just can specify the table but not the pool :
<extension point="org.ametys.runtime.plugins.core.userpref.UserPreferencesManager" id="org.ametys.runtime.plugins.core.userpref.DefaultUserPreferencesManager" class="org.ametys.runtime.plugins.core.userpref.DefaultUserPreferencesManager"> <table>UserPreferences</table> </extension>