Open philippfromme opened 1 year ago
Moving to ready
. We shall address this to deliver a good experience to our users.
Is this a duplicate of https://github.com/camunda/camunda-modeler/issues/3896?
An illustration of what is happening:
Is this a duplicate of #3896?
Sir, this is #3896.
Thanks! Is it a duplicate of https://github.com/camunda/camunda-modeler/issues/3889?
Kind of, this issue is just more specific about what causes this issue. We can close one of the two.
Possible solution: Provide an API to focus an entry given a property; element templates provider can then override
Miro Board: https://miro.com/app/board/uXjVMgBSORk=/?share_link_id=630116056005
We have no capacity at the moment to work on this and it does not look like a trivial fix, so we leave it in Ready
for the next iteration, maybe we have capacity there.
Describe the bug
Lint errors for element template properties reported by
bpmnlint-plugin-camunda-compat
are not selectable in the properties panel since the properties panel entry ID is different and@camunda/linting
isn't aware of element templates. Instead it assumes that azeebe:Input
error would be selectable in theInputs
group. However, if that input was created by an element template, the properties panel entry would have a different ID.Steps to reproduce
zeebe:Input
secrets.FOO
which will result in a lint errorExpected behavior
Properties panel selected.
Environment
Additional context
No response