From d9196426a12ea500cb51e7ef26e427ac584fbfa4 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Sun, 6 Dec 2015 18:20:16 +0100 Subject: [PATCH] Hide the session setting in admin as turning it off crashes the admin. --- system/blueprints/config/system.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index 78ac4d5ca..465a4ec34 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -745,13 +745,14 @@ form: fields: session.enabled: - type: toggle + type: hidden label: PLUGIN_ADMIN.ENABLED help: PLUGIN_ADMIN.SESSION_ENABLED_HELP highlight: 1 options: 1: PLUGIN_ADMIN.YES 0: PLUGIN_ADMIN.NO + default: true validate: type: bool