mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-19 00:16:56 +02:00
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
Web based groupware server written in PHP, forum at https://help.egroupware.org/
address-bookcaldav-servercalendarcarddav-servercollaborationegroupwarejavascriptphpproject-managementwebmail
186 MiB
Languages
PHP
55%
TypeScript
18.5%
JavaScript
10.7%
CSS
10%
Less
2%
Other
3.8%