Disable Sahana Survey module, related to #62
This commit is contained in:
parent
5959bd934c
commit
94c706e0ba
@ -1136,12 +1136,12 @@ def config(settings):
|
||||
restricted = True,
|
||||
module_type = 2
|
||||
)),
|
||||
("survey", Storage(
|
||||
name_nice = T("Surveys"),
|
||||
#description = "Create, enter, and manage surveys.",
|
||||
restricted = True,
|
||||
module_type = 5,
|
||||
)),
|
||||
#("survey", Storage(
|
||||
# name_nice = T("Surveys"),
|
||||
# #description = "Create, enter, and manage surveys.",
|
||||
# restricted = True,
|
||||
# module_type = 5,
|
||||
#)),
|
||||
("dc", Storage(
|
||||
name_nice = T("Data Collection"),
|
||||
#description = "Data collection tool",
|
||||
|
Loading…
Reference in New Issue
Block a user