Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and Parse Dashboard.
Issue Description
When changing the filter condition from one string condition to another string condition, the filter string is erased.
Steps to reproduce
- Open class
_User
- Set filter
objectId
equals
abc
. - Change filter condition from
equals
tostarts with
.
Actual Outcome
Filter string abc
is erased.
Expected Outcome
Filter string abc
should be kept.
Environment
Dashboard
- Parse Dashboard version:
6.0.0-ALPHA.11
- Browser (Safari, Chrome, Firefox, Edge, etc.):
Safari