Skip to content

Removed possibility to create/edit empty exams/document/category

Mark Csurgay requested to merge remove-invalid-displaynames into master

Closes #301 (closed) Closes #302 (closed)

Adds checks in frontend and backend to make sure no new documents/categories/exams can be created with blank or whitespaced names.

Additionally has migrations to add a temporary name to all currently empty documents/exams/categories.

I've now made document slugs a unique entry in the database. This will enforce that the duplicate document slug problem can't happen.

Edited by Mark Csurgay

Merge request reports