Skip to content
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

fix(popupMenu): include entry id in popupMenu.trigger #785

Merged
merged 1 commit into from
May 9, 2023

Conversation

smbea
Copy link
Contributor

@smbea smbea commented May 8, 2023

Related to bpmn-io/bpmn-js-tracking#21
Extension of #772

When triggered via keyboard, entry is passed as argument and includes id. When triggered via click, we use use the if from the event target to get the entry (which returns the entry without the id). This unifies it for consumption in bpmn-js-tracking and etc.

@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label May 8, 2023
@smbea smbea requested review from a team, philippfromme and marstamm and removed request for a team May 8, 2023 21:34
Copy link
Member

@nikku nikku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find.

@smbea smbea requested a review from nikku May 9, 2023 09:50
@smbea smbea merged commit 6d309a9 into develop May 9, 2023
9 checks passed
@smbea smbea deleted the fix-popupmenu-trigger branch May 9, 2023 09:51
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants