mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
Make sure we are getting the current appName
This commit is contained in:
parent
5114fbe11a
commit
ef6aed6579
@ -912,7 +912,7 @@ var et2_link_entry = et2_inputWidget.extend(
|
|||||||
// Remove specific display and revert to CSS file
|
// Remove specific display and revert to CSS file
|
||||||
// show() would use inline, should be inline-block
|
// show() would use inline, should be inline-block
|
||||||
this.clear.css('display','');
|
this.clear.css('display','');
|
||||||
this.request = egw.json(this.egw().getAppName() + ".etemplate_widget_link.ajax_link_search.etemplate",
|
this.request = egw.json(egw_getAppName() + ".etemplate_widget_link.ajax_link_search.etemplate",
|
||||||
[this.app_select.val(), '', request.term, request.options],
|
[this.app_select.val(), '', request.term, request.options],
|
||||||
this._results,
|
this._results,
|
||||||
this,true,this
|
this,true,this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user