signebedi / libreforms-fastapi

FastAPI implementation of the libreForms spec
GNU Affero General Public License v3.0
1 stars 1 forks source link

Allow admins to set a form submission's stage manually #346

Open signebedi opened 2 months ago

signebedi commented 2 months ago

This is a bit tricky, but there are situations where admins should be able to manually set a form's stage based on those available for that specific form. Obviously, setting a form to approved manually will not come with any signatures... so this is more of a fix-in-place tool than a component of a sustainable workflow.

Originally posted by @signebedi in https://github.com/signebedi/libreforms-fastapi/issues/62#issuecomment-2334759233