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.
Actions