summaryrefslogtreecommitdiff
path: root/ishtar_common/views.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-04-17 13:19:15 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-12 08:41:54 +0200
commit50fe7f87b15e323d588bc0a66b62d60ec6c92cf2 (patch)
treea980ec728dd6190c37d6defb65d2f7bee9507f36 /ishtar_common/views.py
parentdeaaa804e9fe2220462ce35a5481769b7092a909 (diff)
downloadIshtar-50fe7f87b15e323d588bc0a66b62d60ec6c92cf2.tar.bz2
Ishtar-50fe7f87b15e323d588bc0a66b62d60ec6c92cf2.zip
Show item at the end of person, account, organization wizard. Profile column for account tables. Profiles on person sheet.
Diffstat (limited to 'ishtar_common/views.py')
-rw-r--r--ishtar_common/views.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/views.py b/ishtar_common/views.py
index 2023df305..352a3d6f1 100644
--- a/ishtar_common/views.py
+++ b/ishtar_common/views.py
@@ -1534,6 +1534,11 @@ show_person = show_item(models.Person, 'person')
get_person = get_item(models.Person, 'get_person', 'person')
+get_person_for_account = get_item(
+ models.Person,
+ 'get_person', 'person',
+ own_table_cols=models.Person.TABLE_COLS_ACCOUNT)
+
get_ishtaruser = get_item(models.IshtarUser, 'get_ishtaruser', 'ishtaruser')