From 30bbf04aedc36b1c945b82a200eae916d82c0bc7 Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Fri, 28 Feb 2025 15:45:21 -0400 Subject: [PATCH 1/3] FOUR-21934 --- resources/views/tasks/edit.blade.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/resources/views/tasks/edit.blade.php b/resources/views/tasks/edit.blade.php index 71486d5678..b67ae9e612 100644 --- a/resources/views/tasks/edit.blade.php +++ b/resources/views/tasks/edit.blade.php @@ -309,11 +309,14 @@ class="d-inline-flex pull-left align-items-center"
  • {{__('Case')}}

    @{{ caseTitle }} - + + @if ($request->process->name !== 'DocuSignAuthentication') + + @endif
  • {{__('Request')}}

    From c23d05cba0778fd8e5565769eedfa63ec8197c09 Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Fri, 28 Feb 2025 16:34:55 -0400 Subject: [PATCH 2/3] update commit --- resources/views/tasks/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/tasks/edit.blade.php b/resources/views/tasks/edit.blade.php index b67ae9e612..969c192cc6 100644 --- a/resources/views/tasks/edit.blade.php +++ b/resources/views/tasks/edit.blade.php @@ -310,7 +310,7 @@ class="d-inline-flex pull-left align-items-center"

    {{__('Case')}}

    @{{ caseTitle }} - @if ($request->process->name !== 'DocuSignAuthentication') + @if ($task->process->name !== 'DocuSignAuthentication')
  • {{ __('Process') }}

    {{ $request->name }} - + @if ($request->process->name !== 'DocuSignAuthentication')
  • {{__('Case')}}

    @{{ caseTitle }} - + @if ($task->process->name !== 'DocuSignAuthentication')