visual_condition_builder 2.2.4 → 2.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26021bfbd88d7ac0fad11a8172695a2a8da0b317
|
4
|
+
data.tar.gz: 5dba04e77e8fe29cea12d8d2279cc82eb8cccf2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0013e13f5af265c50679ca047bc35d371cdddf3f26249c0a3d253c1dca68b2bf1de9caf432c8c9ee8b3a9c5f6d1ec22937c12a67545b031ce199cda77c4c0bd
|
7
|
+
data.tar.gz: 4538f3e46b1a1b87511d5f4c1e393860df48b4b1482285c32bc0e065950b241a9a3ef4cd735393f700825c52ef4c9032521c852a3ece3a045047e5c5a0994bf9
|
@@ -199,7 +199,7 @@
|
|
199
199
|
var value = getValue(groupConditions);
|
200
200
|
var showValue = getValueElement(groupConditions).is(':visible');
|
201
201
|
|
202
|
-
if (!is_blank(field_name) && !is_blank(operator) && showValue && (operatorObj.no_value || !is_blank(value))) {
|
202
|
+
if (!is_blank(field_name) && !is_blank(operator) && showValue && (operatorObj.no_value == true || !is_blank(value))) {
|
203
203
|
data.push([field_name, operator, value]);
|
204
204
|
} else if (!is_blank(field_name) && !is_blank(operator) && !showValue) { //FIELD AND OPERATOR
|
205
205
|
data.push([field_name, operator]);
|