sbs20 / scanservjs

SANE scanner nodejs web ui
https://sbs20.github.io/scanservjs/
GNU General Public License v2.0
689 stars 137 forks source link

File list must include all files #676

Closed sbs20 closed 8 months ago

sbs20 commented 8 months ago

Closes #624

I have adopted the approach that a user may wish to rename the extension of the file and should be allowed to do so. As such I just removed the extension filter from the file list.

It does allow users to erroneously remove an extension, but they can change it back without shelling anywhere.

If this is unpopular, I may add a UI restriction, but I think this is sufficient to resolve the issue.