From 34860b407a19092b9d390c1a25f16f2bfe458af2 Mon Sep 17 00:00:00 2001 From: arindam85 Date: Mon, 31 Oct 2016 18:00:08 +0530 Subject: [PATCH] only actuve user can chose priority -1 only active priority is showing in ticket edit page and email setting page --- .../views/themes/default1/client/helpdesk/form.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/themes/default1/client/helpdesk/form.blade.php b/resources/views/themes/default1/client/helpdesk/form.blade.php index fcc268d9f..f4a16ce0c 100644 --- a/resources/views/themes/default1/client/helpdesk/form.blade.php +++ b/resources/views/themes/default1/client/helpdesk/form.blade.php @@ -174,9 +174,10 @@ class = "active" $user_Priority=$Priority->status; ?> - @if($user_Priority == 1) - @if(Auth::user()->active == '1') -
+ @if(!Auth::user()) + + +
@@ -187,7 +188,6 @@ class = "active"
- @endif @endif