Actions
Bug #5461
closedChanging a users gids doesn't reset view access level cache
Description
The Joomla user object caches the view access levels and authorized groups. When CB changes the gids on the CB user object it doesn't reset this cache. This results in an out of date user object. When gids has been changed the Joomla user object function clearAccessRights needs to be called to clear the cache.
Updated by krileon over 9 years ago
Note clearAccessRights is new to 3.4.0, be sure to do a method exists check on the object before executing for B/C.
Updated by beat about 9 years ago
- Target version changed from CB 2.0.11 to CB 2.0.12
Updated by beat about 9 years ago
- Target version changed from CB 2.0.12 to CB 2.0.13
Updated by krileon about 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !993
Actions