moan0s / ILMO2

Intelligent Library Management Online - A simple Web-App for the organization of a library, the users, books, opening hours and lendings.
https://ilmo2.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 2 forks source link

Delet of loan not possible #72

Closed Sebastian1515 closed 1 year ago

Sebastian1515 commented 1 year ago

The deletion of a loan is not possible without deleting the loan reminder before.

moan0s commented 1 year ago

I think that the only situation when we want to delete a loan is when we want to clear up user data for GDPR reasons. So I think a cascading deletion of loan reminders is sensible

moan0s commented 1 year ago

Done