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

Configured entity types not available yet when setting user entity #2306

Closed
sleidig opened this issue Mar 19, 2024 · 2 comments · Fixed by #2323
Closed

Configured entity types not available yet when setting user entity #2306

sleidig opened this issue Mar 19, 2024 · 2 comments · Fixed by #2323
Assignees
Labels
released on @master managed by CI (semantic-release) released managed by CI (semantic-release) Type: Bug

Comments

@sleidig
Copy link
Member

sleidig commented Mar 19, 2024

Describe the bug
If a user account is linked to an entity of an entity type that is only defined in config, this leads to errors and breaks the app because that type may not be available yet during user initialization:

Requested item "Client" is not registered. See dynamic-registry.ts for more details.
at o.get (6013.30a67cfff49c469c.js:2:298353)
at y.resolveConstructor (6013.30a67cfff49c469c.js:10:5478)
at y.receiveUpdates (6013.30a67cfff49c469c.js:10:4667)
at x.initUserEntity (6013.30a67cfff49c469c.js:13:15262)
at 6013.30a67cfff49c469c.js:13:15062

@github-project-automation github-project-automation bot moved this to Triage / Analysis in All Tasks & Issues Mar 19, 2024
@sleidig sleidig moved this from Triage / Analysis to Todo (ready for work) in All Tasks & Issues Mar 19, 2024
@sleidig sleidig self-assigned this Mar 20, 2024
@sleidig sleidig moved this from Todo (ready for work) to In Progress in All Tasks & Issues Mar 20, 2024
@sleidig sleidig moved this from In Progress to Todo (ready for work) in All Tasks & Issues Mar 20, 2024
@sleidig sleidig removed their assignment Mar 20, 2024
@sleidig sleidig moved this from Todo (ready for work) to Planned (current "sprint") in All Tasks & Issues Mar 25, 2024
@sleidig sleidig self-assigned this Mar 25, 2024
@sleidig sleidig moved this from Planned (current "sprint") to In Progress in All Tasks & Issues Mar 26, 2024
sleidig added a commit that referenced this issue Mar 26, 2024
to ensure the required entity type is available

fixes #2306
@sleidig sleidig moved this from In Progress to In Review in All Tasks & Issues Mar 26, 2024
sleidig added a commit that referenced this issue Mar 26, 2024
to ensure the required entity type is available

fixes #2306
@github-project-automation github-project-automation bot moved this from In Review to Done in All Tasks & Issues Mar 26, 2024
@aam-digital-ci
Copy link
Collaborator

🎉 This issue has been resolved in version 3.34.2-master.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@aam-digital-ci aam-digital-ci added the released on @master managed by CI (semantic-release) label Mar 26, 2024
@aam-digital-ci
Copy link
Collaborator

🎉 This issue has been resolved in version 3.34.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@aam-digital-ci aam-digital-ci added the released managed by CI (semantic-release) label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released on @master managed by CI (semantic-release) released managed by CI (semantic-release) Type: Bug
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants