Following CMS-12180, accessing the user permission tool for a user with access on resource from an other site fails with the following error :
Unsupported object '/ametys-internal:sites/www2' (site://61f2a272-bea4-4836-a3e7-25c9abd7f049) org.ametys.core.right.RightsException: Unsupported object '/ametys-internal:sites/www2' (site://61f2a272-bea4-4836-a3e7-25c9abd7f049) at org.ametys.plugins.explorer.rights.ResourceAccessController.getObjectLabel(ResourceAccessController.java:173) at org.ametys.plugins.explorer.rights.ResourceAccessController.getObjectLabel(ResourceAccessController.java:168) at org.ametys.core.right.AccessController.getExplanationObject(AccessController.java:397)
It comes from the fact that explorer root from an other site is detected as supported but the getExplanationObject only support the root of the current site
- created by
-
CMS-12180 Preview of images in resources explorer does not work anymore
- Resolved