diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-01 15:50:52 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-12 09:57:24 +0200 |
commit | 572b9047260322ed19cc9f674657b8be8d62c052 (patch) | |
tree | 0ed9392291c50980c7dbff14c9a05edc601076de /archaeological_operations/ishtar_menu.py | |
parent | 66a376e081e335cf94ecf6fd41e5fe13a5445c57 (diff) | |
download | Ishtar-572b9047260322ed19cc9f674657b8be8d62c052.tar.bz2 Ishtar-572b9047260322ed19cc9f674657b8be8d62c052.zip |
Adapt forms, wizards, views, urls for new management of documents (refs #4107)
Diffstat (limited to 'archaeological_operations/ishtar_menu.py')
-rw-r--r-- | archaeological_operations/ishtar_menu.py | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/archaeological_operations/ishtar_menu.py b/archaeological_operations/ishtar_menu.py index 2e1c7ac9c..e8815cbb8 100644 --- a/archaeological_operations/ishtar_menu.py +++ b/archaeological_operations/ishtar_menu.py @@ -161,30 +161,6 @@ MENU_SECTIONS = [ model=models.AdministrativeAct, access_controls=['change_administrativeact']), ],), - SectionItem( - 'operation_source', _(u"Documentation"), - childs=[ - MenuItem('operation_source_search', - _(u"Search"), - model=models.OperationSource, - access_controls=['view_operation', - 'view_own_operation']), - MenuItem('operation_source_creation', - _(u"Creation"), - model=models.OperationSource, - access_controls=['change_operation', - 'change_own_operation']), - MenuItem('operation_source_modification', - _(u"Modification"), - model=models.OperationSource, - access_controls=['change_operation', - 'change_own_operation']), - MenuItem('operation_source_deletion', - _(u"Deletion"), - model=models.OperationSource, - access_controls=['change_operation', - 'change_own_operation']), - ]) ]), ), ( |