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
{{ message }}
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
Disclaimer: I realize this should be subclassed and registered as another Translator and not monkey patched, I was having issues yesterday getting it to register and in a hurry and will go back to fix it.
When a field is enumerable, and the model has choice labels, the right hand filter pane on the query view still shows the raw values. After tracking it down, I'm wondering if the default Translator behavior should be to use those values.
This is the patch I'm using at the moment to fix this:
Disclaimer: I realize this should be subclassed and registered as another Translator and not monkey patched, I was having issues yesterday getting it to register and in a hurry and will go back to fix it.
When a field is enumerable, and the model has choice labels, the right hand filter pane on the query view still shows the raw values. After tracking it down, I'm wondering if the default Translator behavior should be to use those values.
This is the patch I'm using at the moment to fix this:
If this seems like reasonable default behavior, I can submit a patch to the original translator code and try to add a unit test for this.
The text was updated successfully, but these errors were encountered: