mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
Avoid duplication of global categories due to integer values
This commit is contained in:
parent
a68e94a197
commit
369a478733
@ -927,7 +927,7 @@ jQuery.extend(et2_selectbox,
|
|||||||
// Override any existing
|
// Override any existing
|
||||||
for(var j in type_options)
|
for(var j in type_options)
|
||||||
{
|
{
|
||||||
if(type_options[j].value === value)
|
if(''+type_options[j].value === ''+value)
|
||||||
{
|
{
|
||||||
added = true;
|
added = true;
|
||||||
type_options[j] = content_options[i];
|
type_options[j] = content_options[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user