[ADF-3725]Add visibility conditions on tabs tests when completing a task (#5034)

* Add visibility conditions on tabs tests when completing a task

* Fix comments

* Removing unused import.

* Changed simpleapp

* Rebase

* Removed comment

* Revert "Rebase"

This reverts commit 417b59f541.

* Remove unused method
This commit is contained in:
cristinaj
2019-09-18 21:12:17 +03:00
committed by Eugenio Romano
parent 7d0d45cb59
commit 70d877b0b9
3 changed files with 227 additions and 2 deletions

View File

@@ -540,6 +540,16 @@ exports.ACTIVITI7_APPS = {
processwithvariables: "processwithvariables",
simpleProcess: "simpleprocess",
dropdownrestprocess: "dropdownrestprocess"
},
forms: {
tabVisibilityFields: {
name: "tabvisibilitywithfields",
id: "form-26b01063-4fb0-455f-b3ba-90172e013678"
},
tabVisibilityVars: {
name: "tabvisibilitywithvars",
id: "form-7bf363d2-83c9-4b00-853e-373d0d59963c"
}
}
},
SUB_PROCESS_APP: {