Open
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 selecting a cell in the data browser individually and copy/pasting it to an external program, the pasted data is different than when selecting multiple cells and pasting them.
Steps to reproduce
- Create class with fields of type
GeoPoint
andDate
. - Copy/paste each of the 2 fields individually into a Google Sheets cell; the pasted values are:
- Geopoint:
(12.34, 56.78)
- Date:
28 Apr 2025 at 12:34:56 UTC
- Geopoint:
- Select the two fields in the data browser and copy/paste them together into a Google Sheets doc (use "Paste only values", otherwise the data will be pasted into a single cell); the pasted values are:
- Geopoint:
[object Object]
- Date:
Mon Apr 28 2025 13:34:56 GMT+0100 (Timezone Name)
- Geopoint:
Expected Outcome
Pasting multiple cells should yield the same values as posting them individually.
Environment
Dashboard
- Parse Dashboard version:
7.1.0-alpha.9