I'm trying to set the visibility of different tabs only for a few
Usergroups (I created). e.g. a User in the group DefaultUsers
shouldn't be able to view the tab User, not even the List of users.
I'm able to set the visibility of a tab in the Application.oss file
via
module=ariba.appcore.Group {
visible:false;
}
and it worked, but I'm not able to limit it to certain Usergroups.
Can you please help me out? Thanks in advance.
The correct to do this is by permission in the group. Try following
the steps here:
http://groups.google.com/group/aribaweb/msg/f7ffb5c3af09fe37
Thanks,
Kingsley
thanks, I tried this before and it didn't work
now I created the group, added a user to it and then _restarted_
tomcat, and everything was fine
what I realized is: when I create a new group and user, and log out,
log in with the new user all tabs are visible (User, Permission, ...
too)
Thanks,
baer