stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

364/Restrict deletion of external renters #366

Closed AdamVig closed 7 years ago

AdamVig commented 7 years ago

Deleting an external renter changes history, because it sets rental.externalRenterID to null on any rentals that had that external renter. Because of this, it should be an admin-only feature to delete external renters.

Closes #364.