-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix: dimension list design (DHIS2-16270) #1530
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cooper-joe
force-pushed
the
dimension-list-design
branch
from
June 29, 2023 12:57
4e011f3
to
e265225
Compare
3 tasks
martinkrulltott
changed the title
fix: dimension list design
fix: dimension list design (DHIS2-16270)
Dec 21, 2023
edoardo
force-pushed
the
dimension-list-design
branch
from
February 20, 2024 10:58
6b6b46b
to
c581ff4
Compare
edoardo
approved these changes
May 3, 2024
dhis2-bot
added a commit
that referenced
this pull request
May 14, 2024
## [26.6.10](v26.6.9...v26.6.10) (2024-05-14) ### Bug Fixes * dimension list design (DHIS2-16270) ([#1530](#1530)) ([e3931e6](e3931e6))
🎉 This PR is included in version 26.6.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements DHIS2-16270, matching inbound design changes in Data Visualizer in #2934, which is required for this change to display correctly in DV.
Build
analytics
withyarn build --watch
, then use in DV withrm -rf node_modules/@dhis2/analytics/build && cp -R ../analytics/build/ node_modules/@dhis2/analytics/build && yarn start