-
Notifications
You must be signed in to change notification settings - Fork 65
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 "+X other results" count in timeline hover #898
Conversation
build now |
An updated dist branch has been created and pushed to origin. Remember to use "yarn install --force" if you want to pick up changes each time you make a change to this branch by committing. |
build now |
Internal build has been started, your results will be available at build completion. |
Build ABORTED See the job results in legacy Jenkins UI or in Blue Ocean UI. |
build now |
Internal build has been started, your results will be available at build completion. |
Build SUCCESS See the job results in legacy Jenkins UI or in Blue Ocean UI. |
You can no longer use: Instead, if the pr was merged you can now access these changes by using: Remember to use "yarn install --force" if you want to pick up changes to this version. |
Fix the
+X other results
counter in the timeline visual to be accurate in the case of multi valued date attributes. This number represents the number of additional metacard results and does not indicate the number of total date values.timelineCounterFix.mp4
Testing:
datetime.start
on each metacarddatetime.start
, and verify the tooltip shows the correct number of "other results". For example, if you have 8 total metacards with non-emptydatetime.start
, you should see+3 other results