Closed jvigliotta closed 7 months ago
Testing notes on the viperopenmct issue
Verified with 1 issue found -- Testathon 3/19/24
When embedded in a Telemetry Table, sorting works perfectly.
If you're trying to sort the static objects themselves however it fails to sort as it requires mutating the configuration of an immutable object and throws an error
Downgrading to critical and reopening. Sorting now works in most cases, but fails in the table view of immutable objects. Workaround is to create a new Telemetry Table and drag the telemetry point in.
Testathon 2024-04-25 verified fixed with Events table; no Command history available.
Verified Testathon 4/25/2024
Summary
VIPEROMCT-428 @charlesh88
Sorting requires double-toggle
Interacting with table sorting in the Events and Command History views requires a double-toggle of the column sort method to take effect. This problem does not exist with other scrolling table views such as numeric telemetry.
Sorting not working for some columns
Sorting by a non-time based column like Message or Type just doesn't work. This problem does not exist with other scrolling table views such as numeric telemetry.
Expected vs Current Behavior
Impact Check List
Steps to Reproduce
Environment
Additional Information
Follow up issue for underlying reason created: https://github.com/nasa/openmct/issues/7583