Merge remote-tracking branch 'origin/master' into upstream_master

This commit is contained in:
milan
2024-06-15 09:01:07 +02:00
9 changed files with 388 additions and 37 deletions

View File

@ -1246,6 +1246,15 @@ export abstract class EgwApp
this.egw.set_preference(this.appname, favorite_pref, favorite);
}
// Trigger event so widgets can update
document.dispatchEvent(new CustomEvent("preferenceChange", {
bubbles: true,
detail: {
application: this.appname,
preference: favorite_pref
}
}));
// Add to list immediately
if(this.sidebox)
{