open-forms
open-forms copied to clipboard
Add feature flag for draft document types (and prepare for ZGW similar mechanics)
Closes #4577
Changes
- [x] Implement a feature flag to allow draft document types
- [x] Test using a draft document type during registration
- [x] Document the feature flag in the objects API & ZGW APIs registration docs
Checklist
Check off the items that are completed or not relevant.
-
Impact on features
- [x] Checked copying a form
- [x] Checked import/export of a form
- [x] Config checks in the configuration overview admin page
- [x] Problem detection in the admin email digest is handled
-
Release management
- [x] I have labelled the PR as "needs-backport" accordingly
-
I have updated the translations assets (you do NOT need to provide translations)
- [x] Ran
./bin/makemessages_js.sh
- [x] Ran
./bin/compilemessages_js.sh
- [x] Ran
-
Commit hygiene
- [x] Commit messages refer to the relevant Github issue
- [x] Commit messages explain the "why" of change, not the how