diff options
author | Simon Rettberg | 2017-12-04 18:13:41 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-12-04 18:13:41 +0100 |
commit | e079856a7dc7d5ba52f6474b3f82330f27990097 (patch) | |
tree | d6f654d96ce009e5b3a11e12c3497cfcb026018a /modules-available/roomplanner/hooks/runmode | |
parent | [locationinfo] summary: min-width 90px for child nodes (diff) | |
download | slx-admin-e079856a7dc7d5ba52f6474b3f82330f27990097.tar.gz slx-admin-e079856a7dc7d5ba52f6474b3f82330f27990097.tar.xz slx-admin-e079856a7dc7d5ba52f6474b3f82330f27990097.zip |
[runmode] Properly block simple editor if requested; add customized delete URL
Diffstat (limited to 'modules-available/roomplanner/hooks/runmode')
-rw-r--r-- | modules-available/roomplanner/hooks/runmode/config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/roomplanner/hooks/runmode/config.json b/modules-available/roomplanner/hooks/runmode/config.json index 0f2ce493..27c601fd 100644 --- a/modules-available/roomplanner/hooks/runmode/config.json +++ b/modules-available/roomplanner/hooks/runmode/config.json @@ -2,5 +2,6 @@ "getModeName": "PvsGenerator::getManagerName", "isClient": false, "configHook": "PvsGenerator::runmodeConfigHook", - "allowGenericEditor": false + "allowGenericEditor": false, + "deleteUrlSnippet": "locationid=" }
\ No newline at end of file |