Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle backups with categories having default category name (#745)
We do not allow any category to have the default categories name ("default" case-insensitive). In case the backup includes a category with this name, it won't be matched to any category in our database and also won't insert a new category. This will then lead to an exception, causing the backup to fail.
- Loading branch information