From 8cb4627e7abf15b1a994a8198c9ed6a1675e5284 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 21 Sep 2017 17:07:49 +0200 Subject: [PATCH] Align Sahana Delphi module visibility to others, related to #14 --- .../applications/eden/modules/templates/default/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahana/srv/sahana/applications/eden/modules/templates/default/config.py b/sahana/srv/sahana/applications/eden/modules/templates/default/config.py index bbd8aa8..3e91add 100644 --- a/sahana/srv/sahana/applications/eden/modules/templates/default/config.py +++ b/sahana/srv/sahana/applications/eden/modules/templates/default/config.py @@ -1290,7 +1290,7 @@ def config(settings): ("delphi", Storage( name_nice = T("Delphi Decision Maker"), #description = "Supports the decision making of large groups of Crisis Management Experts by helping the groups create ranked list.", - restricted = False, + restricted = True, module_type = 10, )), # @ToDo: Port these Assessments to the Survey module