Custom form issue and exapmle.env

Fixed Github issues regarding rendering of custom form data in ticket detail page.
Following issues have been raised regarding this issue
#416
#462
#553
This commit is contained in:
Manish Verma
2018-08-16 10:36:35 +05:30
parent 8148bbd920
commit ed2d5b466f
4 changed files with 21 additions and 4 deletions

View File

@@ -752,10 +752,10 @@ if ($thread->title != "") {
@endif
@if($conversation->id == $ij->id)
<?php $ticket_form_datas = App\Model\helpdesk\Ticket\Ticket_Form_Data::where('ticket_id', '=', $tickets->ticket_id)->select('id')->get(); ?>
<?php $ticket_form_datas = App\Model\helpdesk\Ticket\Ticket_Form_Data::where('ticket_id', '=', $tickets->id)->get();
?>
@if(isset($ticket_form_datas))
<br/>