[ADF-4710] - adapt visibility condition to the new schema (#4884)

* [ADF-4710] - adapt new visibility condition schema

* [ADF-4710] - fix unit tests

* [ADF-4710] - support visibility for APS1 and APS2
This commit is contained in:
Silviu Popa
2019-07-11 19:07:27 +03:00
committed by Eugenio Romano
parent ffd4413335
commit 72b3a75a85
8 changed files with 2014 additions and 65 deletions

View File

@@ -829,7 +829,6 @@ export let complexVisibilityJsonNotVisible = {
'leftRestResponseId': null,
'operator': '==',
'rightValue': 'aaa',
'rightType': null,
'rightFormFieldId': '',
'rightRestResponseId': '',
'nextConditionOperator': 'and',
@@ -838,7 +837,6 @@ export let complexVisibilityJsonNotVisible = {
'leftRestResponseId': null,
'operator': '!=',
'rightValue': 'aaa',
'rightType': null,
'rightFormFieldId': '',
'rightRestResponseId': '',
'nextConditionOperator': 'and',
@@ -847,7 +845,6 @@ export let complexVisibilityJsonNotVisible = {
'leftRestResponseId': null,
'operator': '!empty',
'rightValue': null,
'rightType': null,
'rightFormFieldId': '',
'rightRestResponseId': '',
'nextConditionOperator': 'or',
@@ -856,7 +853,6 @@ export let complexVisibilityJsonNotVisible = {
'leftRestResponseId': null,
'operator': 'empty',
'rightValue': null,
'rightType': null,
'rightFormFieldId': '',
'rightRestResponseId': '',
'nextConditionOperator': null,