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

Ownership percentage and Client number acronym anomalies in migrated data #1781

Open
mgaseta opened this issue Dec 12, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@mgaseta
Copy link
Collaborator

mgaseta commented Dec 12, 2024

Describe the Bug
Wrong values shown on seedlots ownership steps in the percentage and client number fields (i.e. seedlots: 64130 and 64076, in the test environment).

During the spike investigation, we found out that the values are being correctly loaded from the backend, but are not correctly displayed on the frontend, probably a state/render sync issue, maybe displaying the loading screen until all data is fully fetched can fix this.

Impact and Priority
Medium impact.

Expected Behaviour
The correct values should be displayed.

Actual Behaviour
Wrong values are displayed.

Additional context
For more information, check the spike task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment