We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93858d9 commit 9355ffdCopy full SHA for 9355ffd
1 file changed
src/Views/tickets/partials/comments/new_in_createedit_ticket_form.blade.php
@@ -41,7 +41,6 @@
41
</option>
42
@endforeach
43
</select>
44
- @php \Debugbar::info($a_current) @endphp
45
<select class="form-control reply_recipients" name="comment_x_recipients[]" class="form-control" multiple="multiple" style="display: none; width: 100%" disabled="disabled">
46
@foreach ($c_members->filter(function($q)use($u){ return $q->id != $u->id; }) as $member)
47
<option value="{{ $member->id }}" {{ in_array($member->id, $a_notifications['reply']) ? 'selected="selected"' : '' }}>{{ $member->name . ($member->email == "" ? ' ' . trans('panichd::lang.ticket-owner-no-email') : ' - ' . $member->email) }}
0 commit comments