You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and Date.
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
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:
ℹ️ 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.
New Issue Checklist
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
GeoPoint
andDate
.(12.34, 56.78)
28 Apr 2025 at 12:34:56 UTC
[object Object]
Mon Apr 28 2025 13:34:56 GMT+0100 (Timezone Name)
Expected Outcome
Pasting multiple cells should yield the same values as posting them individually.
Environment
Dashboard
7.1.0-alpha.9
The text was updated successfully, but these errors were encountered: