Currently, there is no soft delete mechanism, so anyone with the Delete permission can permanently remove records, which may lead to data loss. Since the project is open source, adding soft deletes would provide an extra layer of protection, even though delete permissions are only granted to trusted users.
Currently, there is no soft delete mechanism, so anyone with the Delete permission can permanently remove records, which may lead to data loss. Since the project is open source, adding soft deletes would provide an extra layer of protection, even though delete permissions are only granted to trusted users.