mirror of
https://github.com/itflow-org/itflow
synced 2026-03-08 06:44:51 +00:00
Fix Bulk Actions by removing input form requirements for Create asset ticket as they share one giant form
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text"><i class="fa fa-fw fa-tag"></i></span>
|
<span class="input-group-text"><i class="fa fa-fw fa-tag"></i></span>
|
||||||
</div>
|
</div>
|
||||||
<input type="text" class="form-control" name="bulk_subject" placeholder="Asset Name will be prepended to Subject" required>
|
<input type="text" class="form-control" name="bulk_subject" placeholder="Asset Name will be prepended to Subject">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text"><i class="fa fa-fw fa-thermometer-half"></i></span>
|
<span class="input-group-text"><i class="fa fa-fw fa-thermometer-half"></i></span>
|
||||||
</div>
|
</div>
|
||||||
<select class="form-control select2" name="bulk_priority" required>
|
<select class="form-control select2" name="bulk_priority">
|
||||||
<option>Low</option>
|
<option>Low</option>
|
||||||
<option>Medium</option>
|
<option>Medium</option>
|
||||||
<option>High</option>
|
<option>High</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user