Skip to content
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

Management of Child Class References #104

Open
cedricfrancoys opened this issue Mar 24, 2024 · 0 comments
Open

Management of Child Class References #104

cedricfrancoys opened this issue Mar 24, 2024 · 0 comments
Labels

Comments

@cedricfrancoys
Copy link
Collaborator

For objects referencing a class in an object_class field (such as log, translation, task, mail, ...), support must be added for child classes in case of inheritance or override (since the same table is used).

To retrieve certain meta objects (log, task, ...), the search is performed based on the entity name (with namespace) of the child class. However, in some cases, it might be the name of the parent class that has been registered in object_class.

For that reason all searches should be based on the root parent class name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant