mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
fixed sometimes preferences for app "eGroupware" are requested
This commit is contained in:
parent
6d17e87b0a
commit
e7206aa071
@ -755,7 +755,7 @@ var et2_link_entry = et2_inputWidget.extend(
|
|||||||
doLoadingFinished: function() {
|
doLoadingFinished: function() {
|
||||||
if(typeof this.options.value == 'object' && !this.options.value.app)
|
if(typeof this.options.value == 'object' && !this.options.value.app)
|
||||||
{
|
{
|
||||||
this.options.value.app = egw.preference('link_app',this.options.value.to_app || window.egw_appName);
|
this.options.value.app = egw.preference('link_app',this.options.value.to_app || this.egw().app_name());
|
||||||
this.app_select.val(this.options.value.app);
|
this.app_select.val(this.options.value.app);
|
||||||
}
|
}
|
||||||
return this._super.apply(this,arguments);
|
return this._super.apply(this,arguments);
|
||||||
|
Loading…
Reference in New Issue
Block a user