05/26 Fix issue isn't saved during inspection
This commit is contained in:
@@ -534,6 +534,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<form id="flagIssueForm" enctype="multipart/form-data">
|
<form id="flagIssueForm" enctype="multipart/form-data">
|
||||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
|
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
|
||||||
|
<input type="hidden" name="facility_id" value="{{ inspection.facility_id }}">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label class="form-label fw-semibold">Severity <span class="text-danger">*</span></label>
|
<label class="form-label fw-semibold">Severity <span class="text-danger">*</span></label>
|
||||||
<select name="severity" class="form-select" required>
|
<select name="severity" class="form-select" required>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user