mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix unwanted apps showing in link-app
This commit is contained in:
parent
5fecd38001
commit
812518f72f
@ -1803,7 +1803,8 @@ var et2_link_add = et2_inputWidget.extend(
|
||||
}
|
||||
this.app_select = et2_createWidget("link-apps", jQuery.extend({},this.options,{
|
||||
'id': this.options.id + 'app',
|
||||
value: this.options.application ? this.options.application : this.options.value && this.options.value.add_app ? this.options.value.add_app : null
|
||||
value: this.options.application ? this.options.application : this.options.value && this.options.value.add_app ? this.options.value.add_app : null,
|
||||
application_list: this.options.application ? this.options.application : null
|
||||
}) ,this);
|
||||
this.div.append(this.app_select.getDOMNode());
|
||||
this.button = et2_createWidget("button", {id:this.options.id+"_add",label: this.egw().lang("add")}, this);
|
||||
|
Loading…
Reference in New Issue
Block a user