aodn / nrmn-application

A web application for collation, validation, and storage of all data obtained during surveys conducted by the NRMN
GNU General Public License v3.0
4 stars 3 forks source link

Cut paste functionality not working as expected #1275

Closed atcooper1 closed 1 year ago

atcooper1 commented 1 year ago

While correcting observational records, the Cut function works, but the paste and copy function is not working. Presumably this has something to do with the changes to the within-cell arrow toggling, but this is making data corrections difficult when needing to batch-move a lump of sized individuals to different columns.

Notes:

  1. It looks like this PR is causing the problem, a bug in the checking (https://github.com/aodn/nrmn-application/pull/1258)

PR @craigrose

  1. https://github.com/aodn/nrmn-application/pull/1309
  2. https://github.com/aodn/nrmn-application/pull/1311 (replaced 1309)

DOD @vietnguyengit

bpasquer commented 1 year ago

Confirmed in Edge: none of the Cut, Copy or Paste function work

bpasquer commented 1 year ago

Pasting still not working

atcooper1 commented 1 year ago

In addition, Users are now unable to select/copy rows from the UI and paste them into email/excel. Previously users could select rows (usually with issues) directly from the UI grid and paste the values into an email (for example) to resolve data issues. Now this is not possible, even if the User manually highlights the cells, there is no copy functionality - only delete.

LizziOh commented 1 year ago

Fix applied in systest has been tested and is working

vietnguyengit commented 1 year ago

DoDed