Libki / libki-server

Libki Server
Other
55 stars 28 forks source link

Deleted users can leave unprintable print jobs behind #314

Closed kylemhall closed 1 year ago

kylemhall commented 1 year ago

If a user generates print jobs, they will start in the "Held" status. If the user is then deleted, those held print jobs remain and cannot be printed. We should cascade the delete using a foreign key constraint. There is no practical reason to keep the existing behavior.