diff options
author | Simon Rettberg | 2019-11-12 11:31:46 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-11-12 11:31:46 +0100 |
commit | dd48d827a1bffe3825ecc2a34bedb7a641d92613 (patch) | |
tree | eabab6cd99a9973b2db947b29c3529ca42958fd0 /modules-available/locationinfo/hooks | |
parent | [statistics] FIX STUFF (diff) | |
download | slx-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.json | 5 |
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 |