-
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
Create new entity from entity-select fields in modal form #2293
Conversation
Deployed to https://pr-2293.aam-digital.net/ |
src/app/core/common-components/entity-select/entity-select.component.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 This PR is included in version 3.34.0-master.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.34.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes: #2213
Allow users to create new entity records from the entity-select field. At the moment only basic popup form supported, in the future this should be extended to the full details view in a modal.
This PR includes a small cleanup that should be merge separately in #2294