-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update variable name after element is renamed in each editor #863
Labels
bug
Something isn't working
good first issue
Good for newcomers
spring cleaning
Could be cleaned up one day
Comments
Missing variable name causes a problem with the engine now. Reported via: https://camunda.slack.com/archives/C0693F1NFK5/p1722935552452819 |
barmac
added
bug
Something isn't working
ready
Ready to be worked on
and removed
backlog
Queued in backlog
enhancement
New feature or request
labels
Aug 6, 2024
I'd consider this to be a bug since DMN specification requires the variable name to follow the element name. |
barmac
added
spring cleaning
Could be cleaned up one day
good first issue
Good for newcomers
labels
Aug 6, 2024
abdul99ahad
added a commit
that referenced
this issue
Aug 26, 2024
2 tasks
bpmn-io-tasks
bot
added
needs review
Review pending
and removed
in progress
Currently worked on
labels
Aug 26, 2024
abdul99ahad
added a commit
that referenced
this issue
Aug 26, 2024
abdul99ahad
added a commit
that referenced
this issue
Aug 26, 2024
bpmn-io-tasks
bot
added
in progress
Currently worked on
and removed
needs review
Review pending
labels
Aug 27, 2024
abdul99ahad
added a commit
that referenced
this issue
Aug 28, 2024
abdul99ahad
added a commit
that referenced
this issue
Aug 30, 2024
bpmn-io-tasks
bot
added
needs review
Review pending
and removed
in progress
Currently worked on
labels
Aug 30, 2024
abdul99ahad
added a commit
that referenced
this issue
Oct 3, 2024
abdul99ahad
added a commit
that referenced
this issue
Oct 3, 2024
abdul99ahad
added a commit
that referenced
this issue
Oct 3, 2024
abdul99ahad
added a commit
that referenced
this issue
Oct 3, 2024
* fix: variable name changes when element name/label changes Closes #863 * test: add cases for undo/redo Co-authored-by: Nico Rehwaldt <nico.rehwaldt@camunda.com> * fix: variable name state updating * chore(CHANGELOG): update --------- Co-authored-by: Nico Rehwaldt <nico.rehwaldt@camunda.com>
38 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
good first issue
Good for newcomers
spring cleaning
Could be cleaned up one day
What should we do?
Update variable name after element is renamed in each editor.
This can be done via NameChangeBehavior, given that it is adjusted to each of the editors.
Why should we do it?
Variable name has to be equal to the element name if variable is present. This is part of the specification.
The text was updated successfully, but these errors were encountered: