-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mandatory fields to Quick create modals #1445
Comments
@troughc Are we restring users from creating/updating place/person/organization without any mandatory fields? |
Yes. |
Frotend tasks :24 |
Backend estimate: 12 Hrs |
troughc
added
the
to be scheduled
Work has been estimated, now it needs a priority and milstone
label
Nov 22, 2024
troughc
removed
the
to be scheduled
Work has been estimated, now it needs a priority and milstone
label
Dec 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the quick create modals (Place/Person/Organization) include a fixed set of predefined fields, while additional fields are available in the full edit forms for each entity. When a user sets a field as mandatory, it is automatically reflected in the edit form, but not in the quick create modals. Mandatory fields should automatically appear in the quick create modals as well.
Expected behaviour: All mandatory fields will appear in associated Quick Create modal and are marked as required (red asterisk). If the user doesn't fill the mandatory field, they cannot save (get the error and notification to add the missing data). When all mandatory fields are filled, they can.
The text was updated successfully, but these errors were encountered: