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_finds/models_finds.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_finds/models_finds.py')
| -rw-r--r-- | archaeological_finds/models_finds.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 73d6e8f32..8d4c65f1a 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -767,6 +767,7 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem, APP = "archaeological-finds" MODEL = "find" SHOW_URL = 'show-find' + DELETE_URL = 'delete-find' EXTERNAL_ID_KEY = 'find_external_id' TABLE_COLS = ['external_id', 'label', 'base_finds__context_record__town__name', |
