When a publisher name is entered in the UI with spaces, the file name generated by the save_file function replaces them with underscores, however the database save function was not. This resulted in the download/delete/edit functions failing with a 404 error.
Normalizing the publisher name with secure_filename prior to use in all further processing resolves this
When a publisher name is entered in the UI with spaces, the file name generated by the save_file function replaces them with underscores, however the database save function was not. This resulted in the download/delete/edit functions failing with a 404 error.
Normalizing the publisher name with secure_filename prior to use in all further processing resolves this