parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

Clipboard data different for multiple cell selection

Open mtrezza opened this issue 7 months ago • 1 comments

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

  1. Create class with fields of type GeoPoint and Date.
  2. 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
  3. 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)

Expected Outcome

Pasting multiple cells should yield the same values as posting them individually.

Environment

Dashboard

  • Parse Dashboard version: 7.1.0-alpha.9

mtrezza avatar Apr 28 '25 16:04 mtrezza

🚀 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.