-
Notifications
You must be signed in to change notification settings - Fork 22
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
Dynamic entities #1670
Dynamic entities #1670
Conversation
Deployed to https://pr-1670.aam-digital.net/ |
reports do not support the custom entities yet? |
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.
Looks good and seems to work for the client in its deployment 👍
Related and still to do: Reports do not support all these entity types yet (and we need them there as well).
import { entityArrayEntitySchemaDatatype } from "../../entity/schema-datatypes/datatype-entity-array"; | ||
import { EntityConstructor } from "../../entity/model/entity"; | ||
|
||
export function isArrayProperty( |
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.
also use this for the importservice (PR #1665 )
Co-authored-by: Sebastian <sebastian.leidig@gmail.com>
Kudos, SonarCloud Quality Gate passed!
|
🎉 This PR is included in version 3.17.0-master.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.17.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
see issue: #1056
Visible/Frontend Changes
Architectural/Backend Changes