From fde90f932ee27f7e3c008071485c8488a0cdc90e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Bascop=C3=A9?= Date: Tue, 18 Jun 2024 10:34:49 -0400 Subject: [PATCH 1/2] added the launchpad access in the task right side bar --- resources/views/tasks/edit.blade.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/views/tasks/edit.blade.php b/resources/views/tasks/edit.blade.php index df7e17a3bd..8accc033c9 100644 --- a/resources/views/tasks/edit.blade.php +++ b/resources/views/tasks/edit.blade.php @@ -254,6 +254,15 @@ class="d-inline-flex pull-left align-items-center"

{{__('Assigned') }} @{{ moment(createdAt).fromNow() }}

@{{ moment(createdAt).format() }} +
  • +

    {{__('Case')}}

    + {{ $task->process->name }} +

    + + {{ __('Open Process Launchpad') }} + +

    +
  • {{__('Request')}}

    From 6945a57078f0a90b636c78e4dcec4d16aaa1dad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Bascop=C3=A9?= Date: Tue, 18 Jun 2024 15:44:11 -0400 Subject: [PATCH 2/2] Added a style for the launchpad link --- resources/views/tasks/edit.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/tasks/edit.blade.php b/resources/views/tasks/edit.blade.php index 8accc033c9..60a255f362 100644 --- a/resources/views/tasks/edit.blade.php +++ b/resources/views/tasks/edit.blade.php @@ -257,7 +257,7 @@ class="d-inline-flex pull-left align-items-center"
  • {{__('Case')}}

    {{ $task->process->name }} -

    +