mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
ffd4413335
commit
72b3a75a85
@@ -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,
|
||||
|
Reference in New Issue
Block a user