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 update button cannot be used in a list #9391

Merged
merged 7 commits into from
Oct 27, 2023

Conversation

erwanMarmelab
Copy link
Contributor

@erwanMarmelab erwanMarmelab commented Oct 25, 2023

Problem

UpdateButton cannot be used in a List because it does not allow to stop the propagation of the click event, hence it redirects to the Edit view. We should add a way to prevent this.

Solution

Stop the propagation and add test and story

erwanMarmelab and others added 2 commits October 26, 2023 12:14
Co-authored-by: Jean-Baptiste Kaiser <[email protected]>
Co-authored-by: Jean-Baptiste Kaiser <[email protected]>
Copy link
Contributor

@slax57 slax57 left a comment

Choose a reason for hiding this comment

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

@fzaninotto fzaninotto merged commit 6046025 into master Oct 27, 2023
11 checks passed
@fzaninotto fzaninotto deleted the fix-update-button-cannot-be-used-in-a-list-v2 branch October 27, 2023 09:43
@fzaninotto fzaninotto added this to the 4.15.2 milestone Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants