-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi,
The textarea in the exported view seems to be in a read-write state. If the user edit the content (delete a line for example), the functions (csv, json, fullpath...) are broken and the HTML page need to be reload.
Add a disabled flag could be a quick fix to avoid this :
<textarea disabled id="export_text" class="export_text" wrap="off"></textarea>In addition, it will be interesting to implement a feature which allow a multiple selection across different folders, by adding in the main table a column on the left with a checkbox to select files or folders and push the selection in a new array to feed the export.
I can work on this.
Metadata
Metadata
Assignees
Labels
No labels