mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-05 17:14:20 +01:00
Advanced search: Fix multiple undefined values bug on enum criteria.
SVN:trunk[5661]
This commit is contained in:
@@ -25,7 +25,7 @@ $(function()
|
||||
|
||||
// Null value
|
||||
'null_value': {
|
||||
'code': null,
|
||||
'code': 'null',
|
||||
'label': Dict.S('Enum:Undefined'),
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user