-
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
Display dynamic value #1992
Display dynamic value #1992
Conversation
Deployed to https://pr-1992.aam-digital.net/ |
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, thanks @christophscheuing !
I noticed this is not updating its value when you edit the related values (e.g. the "total" property of the entity), however. Seems a bit messy with our system, onChanges is not firing for this ...
I'll look into it further.
...ild-dev-project/children/health-checkup/health-checkup-component/health-checkup.component.ts
Outdated
Show resolved
Hide resolved
src/app/core/basic-datatypes/entity/display-entity/display-entity.stories.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Sebastian <sebastian@aam-digital.com>
# Conflicts: # package-lock.json # src/app/core/site-settings/site-settings.service.ts # src/styles/variables/_colors.scss
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
The only way I was able to solve the issue with the change detection was by always re-calculating the result. |
🎉 This PR is included in version 3.24.0-master.10 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.24.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes: #1806
Visible/Frontend Changes