mirror of
https://github.com/itflow-org/itflow
synced 2026-03-19 12:14:50 +00:00
Merge pull request #827 from wrongecho/loc-primary
Bugfix: New locations are set as the primary
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<input type="text" class="form-control" name="name" placeholder="Name of location" required autofocus>
|
<input type="text" class="form-control" name="name" placeholder="Name of location" required autofocus>
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<div class="input-group-text">
|
<div class="input-group-text">
|
||||||
<input type="checkbox" name="location_primary" value="1" <?php if ($location_primary == 0) { echo "checked"; } ?>>
|
<input type="checkbox" name="location_primary" value="1">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user