forked from extern/egroupware
Fix bug where clearing the entered value would lose the selected application
This commit is contained in:
parent
d0e2886f98
commit
aa526a3225
@ -811,7 +811,7 @@ var et2_link_entry = et2_inputWidget.extend(
|
|||||||
this.clear.hide();
|
this.clear.hide();
|
||||||
this.options.value = _value = {'id':null};
|
this.options.value = _value = {'id':null};
|
||||||
}
|
}
|
||||||
if(!_value.app) _value.app = this.options.only_app;
|
if(!_value.app) _value.app = this.options.only_app || this.app_select.val();
|
||||||
|
|
||||||
if(_value.id) {
|
if(_value.id) {
|
||||||
// Remove specific display and revert to CSS file
|
// Remove specific display and revert to CSS file
|
||||||
|
Loading…
Reference in New Issue
Block a user