Problem/Motivation
If the default "Minimum number of revisions to keep" is zero and I do not override the value on a content type, then I cannot save the content type. The error is the standard error given when a required field is not completed.
Proposed resolution
This can be fixed by removing #required from the "Minimum number of revisions to keep" form component, but there is probably a better fix.
Remaining tasks
Figure out the best fix. Implement.
User interface changes
Able to save content types.
API changes
None.
Data model changes
None.
Comments
Comment #2
alexpott@liam morland thanks for the bug report. Will fix this asap.
Comment #4
alexpottManually tested both with and without JS. Added test coverage that fails without the fix.
Comment #6
alexpottComment #8
alexpott@liam morland thanks again - any other feedback on 2.1.x would definitely be appreciated.
Comment #9
liam morlandThanks. It looks like the merge request can be closed.