Markus Schaber writes:
I wrote a small product to automatically wrap some pages with configurable templates.
Now I have a little problem with defining permissions. I defined the role "mitarbeiter" in the management screens, and gave this role all permissions it needs (especially the permission for the management functions of the product).
Now, I have a user "test". When assigned to the "Manager" built-in role, it can manage the objects of this product. When assigned to the "mitarbeiter" role, this account cannot manage the objects (it can view the management screens, but whenever calling a method that actually changes something, the login window pops up and asks for username and password.
Seems to be similar to the problem of Bocquillon Philippe <mailto:Philippe.Bocquillon@trasys.be>. Look at my reply to his problem report. Dieter