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

Only block form launch during update for Entity-related forms #6452

Closed
3 tasks
lognaturel opened this issue Oct 10, 2024 · 0 comments · Fixed by #6440
Closed
3 tasks

Only block form launch during update for Entity-related forms #6452

lognaturel opened this issue Oct 10, 2024 · 0 comments · Fixed by #6440
Assignees
Milestone

Comments

@lognaturel
Copy link
Member

lognaturel commented Oct 10, 2024

#6440 blocks form launch for all forms when form updates are ongoing. This restriction is only necessary for Entity-related forms.

Some implementation ideas at #6440 (comment)

Acceptance

  • Given I have a form that does not access or update/create Entities
    When I start a form update
    Then I should be able to open the form even when the update is ongoing

  • Given I have a form that updates or creates Entities
    When I start a form update
    Then I should NOT be able to open the form until the update completes

  • Given I have a form that reads Entities
    When I start a form update
    Then I should NOT be able to open the form until the update completes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: done
2 participants