Skip to content

Export functions fail if the content is modified #4

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions