mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
fix preset of taglist value
This commit is contained in:
parent
6f5207953e
commit
ceb20da716
@ -299,6 +299,16 @@ var et2_taglist = et2_selectbox.extend(
|
||||
label: v
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (typeof values[i].id == 'undefined')
|
||||
{
|
||||
values[i] = {
|
||||
id: v,
|
||||
label: this.options.select_options[v]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user