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,
|
restricted = True,
|
||||||
module_type = 2
|
module_type = 2
|
||||||
)),
|
)),
|
||||||
("survey", Storage(
|
#("survey", Storage(
|
||||||
name_nice = T("Surveys"),
|
# name_nice = T("Surveys"),
|
||||||
#description = "Create, enter, and manage surveys.",
|
# #description = "Create, enter, and manage surveys.",
|
||||||
restricted = True,
|
# restricted = True,
|
||||||
module_type = 5,
|
# module_type = 5,
|
||||||
)),
|
#)),
|
||||||
("dc", Storage(
|
("dc", Storage(
|
||||||
name_nice = T("Data Collection"),
|
name_nice = T("Data Collection"),
|
||||||
#description = "Data collection tool",
|
#description = "Data collection tool",
|
||||||
|
Loading…
Reference in New Issue
Block a user