You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When comparing two cubes on the comparison page, only the primary and secondary sorts are respected. The tertiary sort and the ordered sort are ignored.
To Reproduce
Steps to reproduce the behavior:
Go to the cube comparison page of two cubes.
Open the Sort options
Change either tertiary or ordered sort.
The lists stay unchanged.
Expected behavior
The view should be reordered based on the updated options.
Screenshots
Additional context
The cause can be seen in the CompareView.js file. The CompareGroup component has 'Mana Value' hard-coded as a sort option.
The text was updated successfully, but these errors were encountered:
When comparing two cubes on the comparison page, only the primary and secondary sorts are respected. The tertiary sort and the ordered sort are ignored.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The view should be reordered based on the updated options.
Screenshots
Additional context
The cause can be seen in the
CompareView.js
file. TheCompareGroup
component has'Mana Value'
hard-coded as a sort option.The text was updated successfully, but these errors were encountered: