mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02: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)
|
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…
x
Reference in New Issue
Block a user