[Filters] Filters without the "possibleValues" and string values are causing errors #7006
Closed
7 tasks
Labels
Milestone
Summary
When utilizing filters (https://github.com/nasa/openmct/tree/master/src/plugins/filters) without a
possibleValues
key (to be able to accept string values), an error is thrown here: https://github.com/nasa/openmct/blob/master/src/plugins/telemetryTable/components/table-footer-indicator.vue#L161 this is becausecomparator
in this instance is a string.There is also a case where the filters object for any properties that are set up to be strings (because the
possibleValues
is removed) are coming back to the telemetry providers as empty objects and not strings.Expected vs Current Behavior
We need to handle string values in some manner.
Steps to Reproduce
possibleValues
propertyImpact Check List
The text was updated successfully, but these errors were encountered: