mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°1484 - Advanced search: empty/not empty not working
SVN:trunk[5861]
This commit is contained in:
@@ -334,6 +334,11 @@ $(function()
|
||||
_onGetData: function(oData)
|
||||
{
|
||||
var bHasToReturnNull = true;
|
||||
// for operations without input text (empty/not empty) no values are present
|
||||
if (this.options.values.length == 0)
|
||||
{
|
||||
bHasToReturnNull = false;
|
||||
}
|
||||
for (oValue in this.options.values) {
|
||||
if (oValue.value != '')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user