-
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
Click on Entity in disabled form should open details page #1762
Comments
Related to this: For better UX the EditSingleEntity should, in my opinion, have the same style as the multi-select, EditEntityArray (i.e. both showing the rounded block to indicate this is more than just free text). |
🎉 This issue has been resolved in version 3.31.2-master.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.32.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
When having a reference to an entity in a form and the form is disabled, then the name of the referenced entity should be clickable to navigate to the details page of the linked entity.
EditSingleEntityComponent
andEditEntityArrayComponent
Entity.route
provides the route to navigate to for the given entity typeThe text was updated successfully, but these errors were encountered: