N°1484 - Advanced search: empty/not empty not working

SVN:trunk[5861]
This commit is contained in:
Eric Espié
2018-06-13 15:22:43 +00:00
parent 0727c9774b
commit 5e464ef3a2

View File

@@ -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 != '')
{