mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Fix missing index
This commit is contained in:
parent
c59c0fe22f
commit
cdbb488a4c
@ -863,7 +863,7 @@ var et2_link_string = et2_valueWidget.extend([et2_IDetachedDOM], {
|
||||
{
|
||||
if(!this.options.only_app || this.options.only_app && _value[i].app == this.options.only_app)
|
||||
{
|
||||
this._add_link(_value.id ? _value : {id:_value[i], app: _value.to_app});
|
||||
this._add_link(_value[i].id ? _value[i] : {id:_value[i], app: _value.to_app});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user