summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/hooks
diff options
context:
space:
mode:
authorSimon Rettberg2019-11-12 11:31:46 +0100
committerSimon Rettberg2019-11-12 11:31:46 +0100
commitdd48d827a1bffe3825ecc2a34bedb7a641d92613 (patch)
treeeabab6cd99a9973b2db947b29c3529ca42958fd0 /modules-available/locationinfo/hooks
parent[statistics] FIX STUFF (diff)
downloadslx-admin-dd48d827a1bffe3825ecc2a34bedb7a641d92613.tar.gz
slx-admin-dd48d827a1bffe3825ecc2a34bedb7a641d92613.tar.xz
slx-admin-dd48d827a1bffe3825ecc2a34bedb7a641d92613.zip
[sysconfig/runmode] Remove "noSysconfig" functionality
Was of limited use and not properly implemented anyways.
Diffstat (limited to 'modules-available/locationinfo/hooks')
-rw-r--r--modules-available/locationinfo/hooks/runmode/config.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules-available/locationinfo/hooks/runmode/config.json b/modules-available/locationinfo/hooks/runmode/config.json
index 4bba0b5f..d94165ca 100644
--- a/modules-available/locationinfo/hooks/runmode/config.json
+++ b/modules-available/locationinfo/hooks/runmode/config.json
@@ -1,8 +1,7 @@
{
- "getModeName": "LocationInfo::getPanelName",
+ "getModeName": "LocationInfoHooks::getPanelName",
"isClient": false,
- "configHook": "LocationInfo::configHook",
- "noSysconfig": true,
+ "configHook": "LocationInfoHooks::configHook",
"systemdDefaultTarget": "kiosk-mode",
"permission": ".locationinfo.panel.assign-client"
} \ No newline at end of file