minnojs / minno-dashboard

Client-side of minno’s study management and authoring tool
1 stars 2 forks source link

Copy multiple files to another study #94

Open baranan opened 7 years ago

baranan commented 7 years ago

When I selected a number of files and right-clicked one of them to copy all of them to another study, only the file I right-clicked was copied. That might be fine, but it is expected that there would be a way to select a few files and copy them together to another study.

What do you think?

eladzlot commented 7 years ago

The way we've been dealing with it, right clicking applies only to the clicked file. Any actions referring to the whole list are activated from the buttons on the top of the list. We can add an action copyAll (or something of the sort to there).

@ronenno1 The buttons are defined here