Skip to content
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

Filter string is erased when changing filter condition #2585

Closed
4 tasks done
mtrezza opened this issue Aug 2, 2024 · 6 comments · Fixed by #2586
Closed
4 tasks done

Filter string is erased when changing filter condition #2585

mtrezza opened this issue Aug 2, 2024 · 6 comments · Fixed by #2586
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@mtrezza
Copy link
Member

mtrezza commented Aug 2, 2024

New Issue Checklist

Issue Description

When changing the filter condition from one string condition to another string condition, the filter string is erased.

Steps to reproduce

  1. Open class _User
  2. Set filter objectId equals abc.
  3. Change filter condition from equals to starts 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
Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added type:bug Impaired feature or lacking behavior that is likely assumed bounty:$5 Bounty applies for fixing this issue (Parse Bounty Program) bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) and removed bounty:$5 Bounty applies for fixing this issue (Parse Bounty Program) labels Aug 2, 2024
@mtrezza
Copy link
Member Author

mtrezza commented Aug 2, 2024

@vardhan0604 maybe this one is easy for you to fix

@vardhan0604
Copy link
Contributor

@mtrezza sure, I will look into it

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0-alpha.12

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Aug 7, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0-beta.2

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Oct 7, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants