summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-07 14:30:28 +0100
committerSimon Rettberg2018-02-07 14:30:28 +0100
commit91cfd8710023456e4bf8928a6147e5ad5229040a (patch)
tree4beb68d1cfa5473e1366b3e74a95c3b4feddca67 /modules-available/dnbd3
parentMerge branch 'master' of dnbd3:openslx-ng/slx-admin (diff)
downloadslx-admin-91cfd8710023456e4bf8928a6147e5ad5229040a.tar.gz
slx-admin-91cfd8710023456e4bf8928a6147e5ad5229040a.tar.xz
slx-admin-91cfd8710023456e4bf8928a6147e5ad5229040a.zip
[runmode] Fix error message if generic editor is not allowed, allow dnbd3 editor
Diffstat (limited to 'modules-available/dnbd3')
-rw-r--r--modules-available/dnbd3/hooks/runmode/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/dnbd3/hooks/runmode/config.json b/modules-available/dnbd3/hooks/runmode/config.json
index 5db53f0b..a3f6d01f 100644
--- a/modules-available/dnbd3/hooks/runmode/config.json
+++ b/modules-available/dnbd3/hooks/runmode/config.json
@@ -3,6 +3,6 @@
"configHook": "Dnbd3Util::runmodeConfigHook",
"noSysconfig": true,
"systemdDefaultTarget": "dnbd3-proxy",
- "allowGenericEditor": false,
+ "allowGenericEditor": true,
"deleteUrlSnippet": "dummyparam="
} \ No newline at end of file