Hi Richard, hi Bence, I am in the same situation. Through API is not possible to remove a role from a group. And even if the solution that Richard suggest can work, I don't think it is an elegant way to do that (because you are changing a core component of Magnolia.. a version update can not be compliant with this, blocking your instance..)
Why not passing directly via JCR? Each group as a "roles" node with the UUID of the role. The idea is to 1) get the role 2) get its UUID 3) remove that reference Since after installation context is reloaded, it should be safe, right? (please confirm this point!!!) Matteo -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=a772b8a5-eb79-4c12-a2f2-42bdc1cc573f ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
