summaryrefslogtreecommitdiff
path: root/archaeological_context_records/ishtar_menu.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records/ishtar_menu.py')
-rw-r--r--archaeological_context_records/ishtar_menu.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/archaeological_context_records/ishtar_menu.py b/archaeological_context_records/ishtar_menu.py
index 8e8f32218..f8e33d44b 100644
--- a/archaeological_context_records/ishtar_menu.py
+++ b/archaeological_context_records/ishtar_menu.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
+# Copyright (C) 2010-2016 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -46,6 +46,11 @@ MENU_SECTIONS = [
'delete_own_contextrecord']),
SectionItem('record_source', _(u"Documentation"),
childs=[
+ MenuItem('record_source_search',
+ _(u"Search"),
+ model=models.ContextRecordSource,
+ access_controls=['view_contextrecord',
+ 'view_own_contextrecord']),
MenuItem('record_source_creation',
_(u"Add"),
model=models.ContextRecordSource,