mirror of https://github.com/itflow-org/itflow
Update ticket to require the body field to mimic the same function as edit ticket
This commit is contained in:
parent
d0dae015a6
commit
c20f19568d
|
|
@ -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'])) { ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue