I've been creating some custom roles in iManager that utilise the View My
Groups task. This works fine as long as the user has collection owner
rights. If the user does not, then the View My Groups task gives a blank
screen after the user selects the group they wish to modify that they are
the owner for.
I'm guessing that the View My Groups task needs rights to other tasks or
roles in the collection, but I cannot determine what!
Any thoughts?
Hope this is useful,
Jeff
I agree, what I have worked out here is that the View My Groups task is
definitely calling the Modify Group task. From this I was able to create
a new task, modify the JSP for the View My Groups task to point to my
new task. Its just strange that to restrict the access to the tasks ive
had to create multiple RBS containers and assign users to these RBS
containers as collection owners.
The only way I can think of a way around this is to rewrite the View My
Groups task to do something different...which involved time and effort :)