diff options
| 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 | 
| commit | 126f599442b9b18f1a540a0e422aa3ea24596317 (patch) | |
| tree | c2f91f5755ea38599d7e36c90431bfbf5dba35f6 /ishtar_common/models.py | |
| parent | 60e4d13e05daf7a77b988675d636b776d21f2644 (diff) | |
| download | Ishtar-126f599442b9b18f1a540a0e422aa3ea24596317.tar.bz2 Ishtar-126f599442b9b18f1a540a0e422aa3ea24596317.zip | |
Manage delete action on sheet - delete action for persons
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 1 | 
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'), | 
