From 477fa1b8f7dbf26a3b35b8d1dfef623917f765a7 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Fri, 28 Oct 2016 12:54:22 +0530 Subject: [PATCH 1/2] Bug-fix patch removed hypelink with no existing route from agent layout. --- resources/views/themes/default1/agent/layout/agent.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/themes/default1/agent/layout/agent.blade.php b/resources/views/themes/default1/agent/layout/agent.blade.php index 54f3024d1..0db04432d 100644 --- a/resources/views/themes/default1/agent/layout/agent.blade.php +++ b/resources/views/themes/default1/agent/layout/agent.blade.php @@ -415,7 +415,6 @@ {{-- < li id = "bar" @yield('overdue') > < a href = "{{ url('/ticket/overdue') }}" >Overdue --}}
  • {!! Lang::get('lang.assigned') !!}
  • -
  • {!! Lang::get('lang.approval') !!}
  • {!! Lang::get('lang.closed') !!}
  • can_create_ticket == 1) { ?>
  • {!! Lang::get('lang.create_ticket') !!}
  • From 5a3ef4d5dc2b91d81af42670d0772d3630d635a4 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Fri, 28 Oct 2016 13:18:13 +0530 Subject: [PATCH 2/2] Bug fix patch added javascript reload in agent profile show for edit organization --- .../views/themes/default1/agent/helpdesk/user/show.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/themes/default1/agent/helpdesk/user/show.blade.php b/resources/views/themes/default1/agent/helpdesk/user/show.blade.php index 9aec55729..98e70a37d 100644 --- a/resources/views/themes/default1/agent/helpdesk/user/show.blade.php +++ b/resources/views/themes/default1/agent/helpdesk/user/show.blade.php @@ -1258,6 +1258,7 @@ class="active" setInterval(function () { $("#alert-success").hide(); }, 4000); + window.location.reload(true); } if (response == 0) {