TireSwingSoftware / openassign-server

OpenAssign server intended for use by a separate client via RPC
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

need to "delete" stuff #169

Closed mhrivnak closed 12 years ago

mhrivnak commented 12 years ago

We need a way to mark objects as deleted without actually deleting them from the database. Probably a boolean value, such as "active", will be the way to go, and we can filter those objects out for most users. For the scope of this issue, I think it's reasonable for only super admins to see and edit this value.