-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS: macOS
node.js / npm versions:
Additional info: Version 1.39.3 (1.39.3)
-
2
-
Not Needed
-
Iteration Juravenator
Problem Statement/Rationale
Filter pasting is broken after you started pre-populating the field with {}
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
Steps to Reproduce
- copy a query
- put cursor in Filter field
- ⌘V
- observe pasted query is rewritten to {}
Expected Results
when I paste something, ex. {Prop1: "abc"}, I expect to see {Prop1: "abc"}
Actual Results
when I paste something, ex. {Prop1: "abc"}, I get {}
Additional Notes
gif added