bug-fix-patch

Rating csrf tofen issue fix
This commit is contained in:
Manish Verma
2017-05-03 18:37:17 +05:30
parent 9555771893
commit aae59a77dc
2 changed files with 8 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ $thread = App\Model\helpdesk\Ticket\Ticket_Thread::where('ticket_id', '=', \Cryp
<table><tbody>
<?php $ratings = App\Model\helpdesk\Ratings\Rating::orderby('display_order')->get(); ?>
<form id="foo">
{!! csrf_field() !!}
@foreach($ratings as $rating)
@if($rating->rating_area == 'Helpdesk Area')
@@ -196,6 +197,7 @@ foreach ($conversations as $conversation) {
}
?>
<form class="foo2">
{{ csrf_field() }}
<tr>
<th><div class="ticketratingtitle">{!! $rating->name !!} &nbsp;</div></th>&nbsp