Revert "only actuve user can chose priority -1"
This reverts commit 34860b407a
.
This commit is contained in:
@@ -174,10 +174,9 @@ class = "active"
|
||||
$user_Priority=$Priority->status;
|
||||
?>
|
||||
|
||||
@if(!Auth::user())
|
||||
|
||||
|
||||
<div class="col-md-12 form-group">
|
||||
@if($user_Priority == 1)
|
||||
@if(Auth::user()->active == '1')
|
||||
<div class="col-md-12 form-group">
|
||||
<div class="row">
|
||||
<div class="col-md-1">
|
||||
<label>{!! Lang::get('lang.priority') !!}:</label>
|
||||
@@ -188,6 +187,7 @@ class = "active"
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@endif
|
||||
<div class="col-md-12 form-group {{ $errors->has('Subject') ? 'has-error' : '' }}">
|
||||
|
Reference in New Issue
Block a user