-
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
Add labels to the entities (for different language versions) #886
Comments
we have an alias table to rename the entity types (e.g. from "School" to "Team") already (see https://github.com/Aam-Digital/ndb-core/blob/master/src/app/core/entity-components/entity-details/entity-details.component.ts) but that is not feasible to also handle translations. We should replace that existing approach. The best way to handle this is probably to have a |
This is related to #1056 (defining entities completely via config without a typescript class) insofar as that other issue would supersede this and already cover the label as well. It could still make sense to first implement this simpler improvement, however. |
…ead individually in views closes #886
… and dashboard components closes #886
🎉 This issue has been resolved in version 3.14.0-master.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.14.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Right now, there's no separate label for entities like "Child" or "School". E.g. when trying to delete a child from the child details view, the message "Are you sure you want to delete this Child ?" is shown, where "Child" is taken directly from the entity type. It is not read from the configuration and at the current state it is not possible to add different language versions for this label.
One problem might be that the entity name is also relevant for the URL, so care should be taken when adding the label feature.
**also see #1056 **
The text was updated successfully, but these errors were encountered: