summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-13 12:02:12 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-13 12:02:12 +0200
commit247987acf353400c0b90bf78cbc29473ce7ad43c (patch)
treec2f91f5755ea38599d7e36c90431bfbf5dba35f6 /ishtar_common/models.py
parentaaf3da707e57e71fa4072c0ccac8f387a1620833 (diff)
downloadIshtar-247987acf353400c0b90bf78cbc29473ce7ad43c.tar.bz2
Ishtar-247987acf353400c0b90bf78cbc29473ce7ad43c.zip
Manage delete action on sheet - delete action for persons
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 39d949ece..4f82a1663 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -4142,6 +4142,7 @@ class Person(Address, Merge, OwnPerms, ValueGetter, MainItem):
'profiles_list', 'attached_to', 'town')
SHOW_URL = 'show-person'
MODIFY_URL = 'person_modify'
+ DELETE_URL = 'person_delete'
BASE_SEARCH_VECTORS = [
SearchVectorConfig('name'),
SearchVectorConfig('surname'),