-
Notifications
You must be signed in to change notification settings - Fork 21
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
Creating new records from a entity select field #2213
Labels
Client: _GE
released on @master
managed by CI (semantic-release)
released
managed by CI (semantic-release)
Type: Feature
new user-facing feature
Comments
sleidig
added
Type: Feature
new user-facing feature
Client: _GE
Status: Core Team Priority
labels
Feb 2, 2024
Open
6 tasks
sleidig
moved this from Priority (Core Team)
to Todo (ready for work)
in All Tasks & Issues
Feb 8, 2024
sleidig
moved this from Todo (ready for work)
to Planned (current "sprint")
in All Tasks & Issues
Mar 12, 2024
sleidig
moved this from Planned (current "sprint")
to In Progress
in All Tasks & Issues
Mar 12, 2024
sleidig
added a commit
that referenced
this issue
Mar 14, 2024
sleidig
added a commit
that referenced
this issue
Mar 14, 2024
sleidig
added a commit
that referenced
this issue
Mar 15, 2024
🎉 This issue has been resolved in version 3.34.0-master.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.34.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Client: _GE
released on @master
managed by CI (semantic-release)
released
managed by CI (semantic-release)
Type: Feature
new user-facing feature
As a user I want to create a new school directly from the "entity select" field in my activity details view. Currently I can only select existing schools to link them here. To create a new record, I have to navigate to the school list, create it there and then come back to link it here again.
Objective
(Sometimes) users should have an easier way to create new records while editing a related entity, as in the example described here. This should maybe be a flag to enable/disable for the entity-select component through config, however.
The functionality should be supported by entity and entity-array components in a similar way.
Possible Approach / Steps
EditSingleEntity
andEditEntityArray
and consider aligning there implementations better, to avoid having to implement this feature separately for each component (see EditSingleEntity should probably use EntitySelectComponent #2175)?this is the second case in the visualization (first case, see #2201):
The text was updated successfully, but these errors were encountered: