Mandatory Fields
#14186
Replies: 1 comment
-
Edited to focus on just 1 feature (and moving to discussions), feel free to create another one for the other issue you mentioned. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Scope & Context
It would be great to be able to define per model Mandatory Fields
Current behavior
There is no possibility to mark a field in a model as mandatory. Which allows users to create problematic records.
It will probably make problem in the Dashboard solutions that you also have in progress.
Also from API you can create whatever records just by adding the name field also which is always there.
Expected behavior
User to be able to mark in the field edit the field as mandatory.
Also if the field is mandatory an autoincrement if it is integer.
This will have immediate impace on the API
Beta Was this translation helpful? Give feedback.
All reactions