forked from extern/egroupware
Fix link-entry widgets with only_app set losing value
This commit is contained in:
parent
a10914b20e
commit
d25d2d1b98
@ -496,6 +496,10 @@ var et2_link_entry = et2_inputWidget.extend(
|
|||||||
this.app_select.hide();
|
this.app_select.hide();
|
||||||
this.div.addClass("no_app");
|
this.div.addClass("no_app");
|
||||||
}
|
}
|
||||||
|
if(typeof self.options.value != "object")
|
||||||
|
{
|
||||||
|
self.options.value = {id: self.options.value};
|
||||||
|
}
|
||||||
self.options.value.app = this.app_select.val();
|
self.options.value.app = this.app_select.val();
|
||||||
|
|
||||||
// Search input
|
// Search input
|
||||||
|
Loading…
Reference in New Issue
Block a user