summaryrefslogtreecommitdiff
path: root/archaeological_finds/ishtar_menu.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2017-04-07 11:40:31 +0200
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2017-04-07 11:40:31 +0200
commit655236dd5d04d6527184a58ef8622e75c73f8a65 (patch)
treef773b80964981c231c892ee5255b94285bc5620a /archaeological_finds/ishtar_menu.py
parentdc08e5f643562a6ecf3b208c1e2cd44e5350af3c (diff)
parenta4f1766d2217b1a3bc4d1d17625d9d808eed7416 (diff)
downloadIshtar-655236dd5d04d6527184a58ef8622e75c73f8a65.tar.bz2
Ishtar-655236dd5d04d6527184a58ef8622e75c73f8a65.zip
Merge branch 'master' of git.iggdrasil.net:/srv/git/ishtar
Conflicts: archaeological_operations/templates/ishtar/sheet_operation.html
Diffstat (limited to 'archaeological_finds/ishtar_menu.py')
-rw-r--r--archaeological_finds/ishtar_menu.py32
1 files changed, 16 insertions, 16 deletions
diff --git a/archaeological_finds/ishtar_menu.py b/archaeological_finds/ishtar_menu.py
index 44a19dc02..4877e442c 100644
--- a/archaeological_finds/ishtar_menu.py
+++ b/archaeological_finds/ishtar_menu.py
@@ -112,23 +112,23 @@ MENU_SECTIONS = [
MenuItem('treatmentfle_search',
_(u"Search"),
model=models.TreatmentFile,
- access_controls=['view_find',
- 'view_own_find']),
+ access_controls=['view_treatmentfile',
+ 'view_own_treatmentfile']),
MenuItem('treatmentfle_creation',
_(u"Creation"),
model=models.TreatmentFile,
- access_controls=['change_find',
- 'change_own_find']),
+ access_controls=['change_treatmentfile',
+ 'change_own_treatmentfile']),
MenuItem('treatmentfle_modification',
_(u"Modification"),
model=models.TreatmentFile,
- access_controls=['change_find',
- 'change_own_find']),
+ access_controls=['change_treatmentfile',
+ 'change_own_treatmentfile']),
MenuItem('treatmentfle_deletion',
_(u"Deletion"),
model=models.TreatmentFile,
- access_controls=['change_find',
- 'change_own_find']),
+ access_controls=['change_treatmentfile',
+ 'change_own_treatmentfile']),
SectionItem(
'admin_act_fletreatments', _(u"Administrative act"),
childs=[
@@ -192,23 +192,23 @@ MENU_SECTIONS = [
MenuItem('treatment_search',
_(u"Search"),
model=models.Treatment,
- access_controls=['view_find',
- 'view_own_find']),
+ access_controls=['view_treatment',
+ 'view_own_treatment']),
MenuItem('treatment_creation',
_(u"Creation"),
model=models.Treatment,
- access_controls=['change_find',
- 'change_own_find']),
+ access_controls=['change_treatment',
+ 'change_own_treatment']),
MenuItem('treatment_modification',
_(u"Modification"),
model=models.Treatment,
- access_controls=['change_find',
- 'change_own_find']),
+ access_controls=['change_treatment',
+ 'change_own_treatment']),
MenuItem('treatment_deletion',
_(u"Deletion"),
model=models.Treatment,
- access_controls=['change_find',
- 'change_own_find']),
+ access_controls=['change_treatment',
+ 'change_own_treatment']),
]),
SectionItem(
'admin_act_treatments', _(u"Administrative act"),