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

feat: Add forms state to close and archive forms #1925

Merged
merged 2 commits into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. feat: Add state to forms to allow manually close or archive forms

    Archived forms can not be changed (except from being un-archived).
    Closed forms behave like expired forms and just do not allow new submissions.
    By default forms are in state `active`.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    afbea98 View commit details
    Browse the repository at this point in the history
  2. feat: Add form state handling (e.g. archived) to the frontend

    Co-authored-by: Chartman123 <chris-hartmann@gmx.de>
    Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux and Chartman123 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8660fce View commit details
    Browse the repository at this point in the history