sbsdev / daisyproducer2

An integrated production management system for accessible media
GNU Affero General Public License v3.0
0 stars 0 forks source link

Cannot delete hyphenation #101

Closed egli closed 3 years ago

egli commented 3 years ago

When deleting a hyphenation I get 404 with :delete: Not Found

egli commented 3 years ago

The problem is that the backend only deletes a hyphenation if there are no more associated words for the hyphenation in neither the local or global db.

So we would have to disable the delete button or return a more sensible error message.

egli commented 3 years ago

I just return precondition-failed with a suitable status-text. This should at least make it more clear what is happening to the user.

Fixed in 7dfc1582182e7f84a2d84b5b03e7b838ca1c2445