From a0ff692f30249a37d8f59099b43e27843e599f51 Mon Sep 17 00:00:00 2001 From: AlexC <40072887+alexdcrane@users.noreply.github.com> Date: Tue, 26 Apr 2022 13:43:08 -0600 Subject: [PATCH] Move Fax/Email Queue under Status in the Menu (#6353) * Update app_menu.php * Update app_menu.php --- app/email_queue/app_menu.php | 4 ++-- app/fax_queue/app_menu.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/email_queue/app_menu.php b/app/email_queue/app_menu.php index 281e63b3ab..995e08170c 100644 --- a/app/email_queue/app_menu.php +++ b/app/email_queue/app_menu.php @@ -9,11 +9,11 @@ $apps[$x]['menu'][0]['title']['sv-se'] = ''; $apps[$x]['menu'][0]['title']['uk'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['uuid'] = 'dfa6a878-e2b0-4051-acaf-f6ffc13b9abf'; -$apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; +$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; $apps[$x]['menu'][0]['path'] = '/app/email_queue/email_queue.php'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //$apps[$x]['menu'][0]['groups'][] = 'admin'; //$apps[$x]['menu'][0]['groups'][] = 'user'; -?> \ No newline at end of file +?> diff --git a/app/fax_queue/app_menu.php b/app/fax_queue/app_menu.php index e0e92b4fdb..04f6fde700 100644 --- a/app/fax_queue/app_menu.php +++ b/app/fax_queue/app_menu.php @@ -9,11 +9,11 @@ $apps[$x]['menu'][0]['title']['sv-se'] = ''; $apps[$x]['menu'][0]['title']['uk'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['uuid'] = '88fd4b3e-30b2-4514-be1d-6870aa97d652'; -$apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; +$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; $apps[$x]['menu'][0]['path'] = '/app/fax_queue/fax_queue.php'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //$apps[$x]['menu'][0]['groups'][] = 'admin'; //$apps[$x]['menu'][0]['groups'][] = 'user'; -?> \ No newline at end of file +?>