forked from extern/egroupware
It turned out to be a caching problem, as the cache of the accounts-class still contained a failed id2name resolution for the new account. This was caused by the session-restore with stored the cache in the global accounts object ($GLOBALS[egw]->accounts) too. Now the global cache is in the global account-object and all other account objects use just a reference to that cache. It get stored from common::egw_final by calling $GLOBALS[egw]->accounts->save_session_cache() in the session."
Description
Languages
PHP
56.1%
JavaScript
14.3%
TypeScript
14.1%
CSS
9.3%
Less
2%
Other
4.2%