parse-community / parse-dashboard

A dashboard for managing Parse Server
https://parseplatform.org
Other
3.74k stars 1.39k forks source link

Context menu not working for Number type of cells #1914

Closed 404-html closed 2 years ago

404-html commented 2 years ago

New Issue Checklist

Issue Description

An attempt of opening context menu on Number type of cell results in cell selected but menu not open.

Steps to reproduce

  1. Open browser, find a column with Number data type;
  2. Right click on a non-empty cell in this column.

Actual Outcome

Cell gets selected but context menu is not appearing. Following is logged in the browser console:

Uncaught TypeError: t.copyableValue.substr is not a function
    at dashboard.bundle.js:2

Expected Outcome

Cell should became selected, context menu should open.

Dashboard

Server

Database

Logs

none

parse-github-assistant[bot] commented 2 years ago

Thanks for opening this issue!

mtrezza commented 2 years ago

Bug also exists in beta, needs to be ported