Skip to content
Snippets Groups Projects
Commit 397d6ebe authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't allow FileBase.update() to create a duplicate file

FileBase.update() will now throw an exception if attempting to rename a file
to a filename that already exists in the filebase index.

Prior to this change, one could (via JS methods) rename a file in the base to
create a duplicate filename which would corrupt the base (one index entry and
two header records for the same filename).
parent ffa2c51b
No related branches found
No related tags found
No related merge requests found
Pipeline #6610 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment