mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
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.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();
|
||||
|
||||
// Search input
|
||||
|
Loading…
Reference in New Issue
Block a user