We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bac2da commit d2239beCopy full SHA for d2239be
1 file changed
projects/views.py
@@ -986,7 +986,6 @@ def delete(self, request, project_id: int, company_id: int):
986
return link_or_resp
987
link = link_or_resp
988
989
- # объектная проверка прав
990
self.check_object_permissions(request, link)
991
992
link.delete()
0 commit comments