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

More Modal Not Updating Page State w/ Groups #3867

Closed
ShadeWyrm opened this issue Jun 19, 2024 · 0 comments · Fixed by #3868
Closed

More Modal Not Updating Page State w/ Groups #3867

ShadeWyrm opened this issue Jun 19, 2024 · 0 comments · Fixed by #3868
Assignees
Labels
bug Something isn't working

Comments

@ShadeWyrm
Copy link
Contributor

When using the "More" modal for Form Elements, the properties are updated in the template store, but the page state doesn't update.

This means the cypress test (in formbuilder.cy.ts):
cy.get("#required-1-id").should("be.checked");
fails, because while the value was set in the template store, the UI never updates the required checkbox on the main page.

The issue was found when reviewing PR : #3853 (and is related, but not caused by it)

@ShadeWyrm ShadeWyrm added the bug Something isn't working label Jun 19, 2024
@ShadeWyrm ShadeWyrm self-assigned this Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant