Skip to content

fix(server): match only name categories when uploading files

Pokhi requested to merge fix/1352 into develop

Targets: #1352 (closed)

In the function that adds the file to a book, define matchOnlyNameCategories.

For files that have category one of matchOnlyNameCategories, we match existing files with only name and not the extension.

Merge request reports