From 53ab02716e9bc7313b7ffe4371bc5c1d69e80438 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 5 Jun 2012 08:45:43 +0000 Subject: [PATCH] Move hot desking in the menu to apps -> hot desking. --- app/hot_desking/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hot_desking/app_config.php b/app/hot_desking/app_config.php index 7baea56c0c..e82c80842e 100644 --- a/app/hot_desking/app_config.php +++ b/app/hot_desking/app_config.php @@ -12,7 +12,7 @@ //menu details $apps[$x]['menu'][0]['title']['en'] = 'Hot Desking'; $apps[$x]['menu'][0]['uuid'] = 'baa57691-37d4-4c7d-b227-f2929202b480'; - $apps[$x]['menu'][0]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55'; + $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; $apps[$x]['menu'][0]['path'] = '/app/hot_desking/index.php'; $apps[$x]['menu'][0]['groups'][] = 'superadmin';