diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-13 14:13:46 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-13 14:13:46 +0200 |
commit | 6969da6fc4bc8b551d94ca328400e7609c50595d (patch) | |
tree | 8abead0cd473127fcbd18fd9581470af8f48e654 /archaeological_context_records/models.py | |
parent | 2e608dde86b1de6fa5b66ebbbcd8c1b719981b45 (diff) | |
download | Ishtar-6969da6fc4bc8b551d94ca328400e7609c50595d.tar.bz2 Ishtar-6969da6fc4bc8b551d94ca328400e7609c50595d.zip |
Delete action: context records, files, finds, treatments, treatments files, admin acts
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index dc8409b39..dd76c355a 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -297,6 +297,7 @@ class ContextRecord(BulkUpdatedItem, DocumentItem, BaseHistorizedItem, APP = "archaeological-context-records" MODEL = "context-record" SHOW_URL = 'show-contextrecord' + DELETE_URL = 'delete-contextrecord' EXTERNAL_ID_KEY = 'context_record_external_id' EXTERNAL_ID_DEPENDENCIES = ['base_finds'] TABLE_COLS = ['label', 'operation__common_name', 'town__name', |