Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I was looking through the user changing code, and as far as I can tell, nothing is being saved from one user to the next... on your user without admin privilages, is the permission you are querying for the menu item denied to the user or not assigned to the user? If it is explicitly denied, then I'll need to try and reproduce your scenario, but if it is just not assigned to the user, then the default permission (assigned through SecurityBasics.DefaultPermissionInfo property) should be returned. So, if your default permission is Granted, then I'll need to look at why the menu option is initially disabled.
|