Applying or upgrading element template with entriesVisible=true
overrides non-templated fields
#4673
Labels
bug
Something isn't working
Camunda 8
Flags an issue as related to Camunda 8
channel:support
element templates
Describe the bug
As a user I want to only template a particular subset of properties, i.e. want to template a
zeebe:property
to inject additional meta-data into an object. I useentriesVisible=true
with my element template, and maintain other stock Camunda properties along with the special property:As I use
entriesVisible=true
I assume that I can use non-templated properties, and that these are kept during template assignment and upgrade. What happens instead is that these properties are removed, albeit still visible ("valid") after the change:Steps to reproduce
zeebe:property
binding) is established, but other entries are lostExpected behavior
Templates that configure
entriesVisible=true
are special and we want to keep whatever is not templated, when the template is applied, or upgrade.Environment
Additional context
Related to SUPPORT-24211
The text was updated successfully, but these errors were encountered: