mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
Run applications categories with ajax=true
- Fix categories colors not showing up - Fix categories list refresh does not work
This commit is contained in:
@ -927,6 +927,11 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
||||
}
|
||||
// Call appropriate default / fallback refresh
|
||||
var win = window;
|
||||
|
||||
// Preferences app is running under admin app, we need to trigger admin refersh
|
||||
// in order to refresh categories list
|
||||
_app = _app === 'preferences'?'admin':_app;
|
||||
|
||||
var app = this.getApplicationByName(_app);
|
||||
if (app)
|
||||
{
|
||||
|
Reference in New Issue
Block a user