-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
String filter input field missing #2131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening this issue!
|
That's weird, because I only changed the label of the filter, the name is still the same (line 62): parse-dashboard/src/lib/Filters.js Lines 61 to 66 in 0615011
And I suppose the lines which add a filter type for the String mode of the filter input are the following: parse-dashboard/src/lib/Filters.js Lines 168 to 172 in 0615011
And here the names are used to list the filters, not the labels. I don't get why it doesn't work then. |
Well, I think some more investigation is needed, otherwise we'll have to revert the previous PR to not block the beta release. |
New Issue Checklist
Issue Description
The change in #2059 seems to be causing the filter field to not show.
Steps to reproduce
See #2059 (comment)
Actual Outcome
Field not showing
Expected Outcome
Field should show
Environment
Dashboard
4.1.2-alpha.1
The text was updated successfully, but these errors were encountered: