Skip to content

feat: add a back button in rules form #2673

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

Merged
merged 1 commit into from
Apr 23, 2025

Conversation

yohanboniface
Copy link
Member

@yohanboniface yohanboniface commented Apr 23, 2025

To go back in rules list.

fix #2631

image

To go back in rules list.

fix #2631
@@ -1181,7 +1181,7 @@ export default class Umap {
}
this._advancedActions(container)

this.editPanel.open({
return this.editPanel.open({
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it related to that PR?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it return the promise so someone calling open() can use this promise to run some code when the panel is opened (in this case we'll open a given fieldset) :)

@yohanboniface yohanboniface merged commit 6687cd5 into clean-core-utils Apr 23, 2025
8 of 12 checks passed
@yohanboniface yohanboniface deleted the rules-back-button branch April 23, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants