Update ticket to require the body field to mimic the same function as edit ticket

This commit is contained in:
johnnyq
2023-04-16 10:49:15 -04:00
parent d0dae015a6
commit c20f19568d

View File

@@ -45,7 +45,7 @@
</div>
<div class="form-group">
<textarea class="form-control summernote" rows="5" name="details"></textarea>
<textarea class="form-control summernote" rows="5" name="details" required></textarea>
</div>
<?php if (empty($_GET['client_id'])) { ?>