Bug description
The value of the status field is not enforced in UI (edition mode)
- Not all predefined choices are displayed
- User is able to provide an empty value
- User is able to add a new tag (i.e. provide its own value that is not in the predefined list of the model).
To Reproduce
Edit the status field. You are able to add a new custom value before submitting the form.
Expected behavior
Authorize only in UI:
- Draft
- Boavizta reviewed
- Published
- Not to be listed
JSON OUTPUT
Additional context
The validation of the value of this field in CI (post form submission) is already managed by #126 #127