sharing/delete: fix
This commit is contained in:
@@ -67,6 +67,7 @@ class ApplicationPartDelete(ApplicationBase):
|
|||||||
"""Manage DELETE request."""
|
"""Manage DELETE request."""
|
||||||
actor = user
|
actor = user
|
||||||
permissions_filter = None
|
permissions_filter = None
|
||||||
|
share = None
|
||||||
if self._sharing._enabled:
|
if self._sharing._enabled:
|
||||||
# Sharing by token or map (if enabled)
|
# Sharing by token or map (if enabled)
|
||||||
share = self._sharing.sharing_collection_resolver(path, user)
|
share = self._sharing.sharing_collection_resolver(path, user)
|
||||||
|
|||||||
Reference in New Issue
Block a user