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
Filter.Select has a generic type that is most of the time a String, but some sources use custom objects.
JUI uses the string to display the select option, while Tachi uses the Any.toString() method
Proposed solution
Encode the Select json with another field that JUI and other clients can use for the display name
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behavior
Filters should be visible
Actual behavior
Filters are not visible
Other details
Filter.Select has a generic type that is most of the time a String, but some sources use custom objects.
JUI uses the string to display the select option, while Tachi uses the Any.toString() method
Proposed solution
Encode the Select json with another field that JUI and other clients can use for the display name
The text was updated successfully, but these errors were encountered: