-
Notifications
You must be signed in to change notification settings - Fork 30
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
calculatePercentage issue for components with items #228
Comments
This was referenced Jun 4, 2024
joe-allen-89
pushed a commit
that referenced
this issue
Jun 7, 2024
fixes #228) (#229) * Fix incorrect calculation for presentation components with items * Update js/PageLevelProgressIndicatorView.js Co-authored-by: Oliver Foster <oliver.foster@kineo.com> * Update js/PageLevelProgressIndicatorView.js Co-authored-by: Oliver Foster <oliver.foster@kineo.com> * Update js/PageLevelProgressIndicatorView.js Co-authored-by: Oliver Foster <oliver.foster@kineo.com> --------- Co-authored-by: Oliver Foster <oliver.foster@kineo.com>
🎉 This issue has been resolved in version 7.8.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subject of the issue
In #221, the progress of presentation components with items are shown incrementally. That is, if 1 of 3 Narrative stages are completed, the PLP progress bar for the component will be 33% full.
This is breaking the "Complete page" option in Dev Tools. Presentation components with items are not shown in the PLP drawer as being fully completed. However, it does appear that the overall page is marked as completed.
Your environment
Steps to reproduce
Result
Components with items (e.g. Narrative) are shown as partially complete.
The text was updated successfully, but these errors were encountered: