__Describe the Bug__
Input/output parameters tab disappears in Camunda Modeler 4.4.0 after applying element template even if entriesVisible _all is set to true.
__Steps to Reproduce__
[
{
"name": "Test task",
"id": "TestTask",
"appliesTo": [
"bpmn:ServiceTask"
],
"properties": [
{
"type": "Hidden",
"value": "test",
"binding": {
"type": "camunda:inputParameter",
"name": "TestInputParameter"
}
}
],
"entriesVisible": {
"_all": true
}
}
]
The expected behavior is that if element template contains entriesVisible _all set to true then Input/output tab is visible after applying template to task. It is working correctly on version 4.2.0 but not on 4.4.0.
Result on Camunda Modeler 4.2.0:
Result on Camunda Modeler 4.4.0:
__Environment__
I can reproduce your issue.
Closing this as it is the same issue as https://github.com/camunda/camunda-modeler/issues/2018.
Most helpful comment
I can reproduce your issue.