From e0ed1f16e23b95752cefd53011264801b7e96112 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 14 Sep 2019 16:34:37 +0200 Subject: Document: delete action on sheet --- ishtar_common/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index fba1212c7..c82837483 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -4929,6 +4929,7 @@ post_delete.connect(post_save_cache, sender=LicenseType) class Document(BaseHistorizedItem, OwnPerms, ImageModel, ValueGetter, MainItem): EXTERNAL_ID_KEY = 'document_external_id' + DELETE_URL = 'delete-document' # order is important: put the image in the first match found # other will be symbolic links RELATED_MODELS = [ -- cgit v1.2.3