When starting a projet with a rights.xml file declaring an already existing right, I have the following error :
Caused by: java.lang.IllegalArgumentException: Right with id 'Workflow_Rights_Edition_Online' is already declared : 'Declared by plugin 'cms''. This second declaration is ignored. at org.ametys.core.right.RightsExtensionPoint.addRight(RightsExtensionPoint.java:154) at org.ametys.core.right.RightManager.configureRights(RightManager.java:255) at org.ametys.core.right.RightManager.configure(RightManager.java:205) ... 76 more
This error actually prevent the component from loading correctly and is not ignored as stated. We should at least not say that we will ignore it if we don't. But it would be better to actually ignore it I believe