From eab86ec007748e6cb0c807a3b8c51d275775c3a7 Mon Sep 17 00:00:00 2001 From: Kendrick Chan Date: Fri, 9 Mar 2018 23:49:32 +0800 Subject: [PATCH] Rename Processing to Dispatch #UAT --- config/acl.yaml | 4 ++-- config/menu.yaml | 2 +- src/Controller/JobOrderController.php | 2 +- templates/job-order/list.all.html.twig | 2 +- templates/job-order/list.assigning.html.twig | 2 +- templates/job-order/list.fulfillment.html.twig | 2 +- templates/job-order/list.html.twig | 2 +- templates/job-order/list.open.html.twig | 2 +- templates/job-order/list.processing.html.twig | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/acl.yaml b/config/acl.yaml index 0458a505..67bba243 100644 --- a/config/acl.yaml +++ b/config/acl.yaml @@ -186,9 +186,9 @@ access_keys: - id: jo_in.list label: Incoming - id: jo_proc.list - label: Processing + label: Dispatch - id: jo_proc.unlock - label: Processing Unlock + label: Dispatch Unlock - id: jo_assign.list label: Assigning - id: jo_assign.unlock diff --git a/config/menu.yaml b/config/menu.yaml index 7356e376..5f649673 100644 --- a/config/menu.yaml +++ b/config/menu.yaml @@ -87,7 +87,7 @@ main_menu: parent: joborder - id: jo_proc acl: jo_proc.list - label: Processing + label: Dispatch parent: joborder - id: jo_assign acl: jo_assign.list diff --git a/src/Controller/JobOrderController.php b/src/Controller/JobOrderController.php index c5a98b15..1e10d29d 100644 --- a/src/Controller/JobOrderController.php +++ b/src/Controller/JobOrderController.php @@ -278,7 +278,7 @@ class JobOrderController extends BaseController switch ($tier) { case 'proc': $tier_key = 'jo_proc'; - $tier_name = 'Processing'; + $tier_name = 'Dispatch'; $rows_route = 'jo_proc_rows'; $edit_route = 'jo_proc_form'; $unlock_route = 'jo_proc_unlock'; diff --git a/templates/job-order/list.all.html.twig b/templates/job-order/list.all.html.twig index 8b2da9be..a9887bcc 100644 --- a/templates/job-order/list.all.html.twig +++ b/templates/job-order/list.all.html.twig @@ -95,7 +95,7 @@ }, { field: 'processor', - title: 'Processor' + title: 'Dispatcher' }, { field: 'assignor', diff --git a/templates/job-order/list.assigning.html.twig b/templates/job-order/list.assigning.html.twig index c9b930a3..8871ac37 100644 --- a/templates/job-order/list.assigning.html.twig +++ b/templates/job-order/list.assigning.html.twig @@ -95,7 +95,7 @@ }, { field: 'processor', - title: 'Processor' + title: 'Dispatcher' }, { field: 'assignor', diff --git a/templates/job-order/list.fulfillment.html.twig b/templates/job-order/list.fulfillment.html.twig index b4964103..3fc20a2b 100644 --- a/templates/job-order/list.fulfillment.html.twig +++ b/templates/job-order/list.fulfillment.html.twig @@ -95,7 +95,7 @@ }, { field: 'processor', - title: 'Processor' + title: 'Dispatcher' }, { field: 'assignor', diff --git a/templates/job-order/list.html.twig b/templates/job-order/list.html.twig index c7a6110e..7af7a843 100644 --- a/templates/job-order/list.html.twig +++ b/templates/job-order/list.html.twig @@ -95,7 +95,7 @@ }, { field: 'processor', - title: 'Processor' + title: 'Dispatcher' }, { field: 'Actions', diff --git a/templates/job-order/list.open.html.twig b/templates/job-order/list.open.html.twig index fd7a667d..7e1ed22c 100644 --- a/templates/job-order/list.open.html.twig +++ b/templates/job-order/list.open.html.twig @@ -95,7 +95,7 @@ }, { field: 'processor', - title: 'Processor' + title: 'Dispatcher' }, { field: 'assignor', diff --git a/templates/job-order/list.processing.html.twig b/templates/job-order/list.processing.html.twig index 64d7fff8..b2da1286 100644 --- a/templates/job-order/list.processing.html.twig +++ b/templates/job-order/list.processing.html.twig @@ -95,7 +95,7 @@ }, { field: 'processor', - title: 'Processor' + title: 'Dispatcher' }, { field: 'Actions',