Skip to content

Commit

Permalink
SAHRE: menu link for 4W report
Browse files Browse the repository at this point in the history
  • Loading branch information
flavour committed May 21, 2018
1 parent 5854ae3 commit 97cb967
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
7221775 (2018-05-21 10:05:49)
5854ae3 (2018-05-21 11:19:33)
8 changes: 5 additions & 3 deletions modules/templates/SHARE/menus.py
Expand Up @@ -18,12 +18,14 @@ class S3MainMenu(default.S3MainMenu):
def menu_modules(cls):
""" Custom Modules Menu """

menu= [MM("Needs", c="req", f="need")(
menu= [MM("Needs", c="req", f="need")( # @ToDo m=summary ?
#MM("Approve", c="req", f="req"),
#MM("Commitments", c="req", f="commit"),
MM("Statistics", c="req", f="need", m="report"),
MM("Statistics", m="report"),
),
MM("4W", c="project", f="activity")( # @ToDo m=summary ?
MM("Statistics", m="report"),
),
MM("4W", c="project", f="activity"),
MM("Sitreps", c="event", f="sitrep"),
MM("Organizations", c="org", f="organisation")(
MM("Offices", c="org", f="office"),
Expand Down

0 comments on commit 97cb967

Please sign in to comment.