abhishek24509 / aribaweb

Automatically exported from code.google.com/p/aribaweb
Apache License 2.0
0 stars 0 forks source link

Accessing permissions from Application.oss #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The visible property set on any tab in MetaTabs of any module is not picked 
up properly. I have seen it working very occasionally though. The visible 
property works at the module level correctly.
2. Need a way to access session object from Application.oss, so that one is not 
forced to use static methods to check permissions.
3. Is there any way to evaluate permissions at login and setup the modules (top 
level tabs) to be shown to the logged in user at the start itself? Currently 
the permissions are evaluated at almost every click for all tabs, including the 
ones the user will never see. This is really affecting performance, coupled 
with the use of static methods above.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
5.0GA

Please provide any additional information below.

Original issue reported on code.google.com by thom...@gmail.com on 12 Aug 2011 at 4:24