Update ticket to require the body field to mimic the same function as edit ticket
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<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>
|
</div>
|
||||||
|
|
||||||
<?php if (empty($_GET['client_id'])) { ?>
|
<?php if (empty($_GET['client_id'])) { ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user