Skip to content
Snippets Groups Projects

Add name attribute to selection at edit

Files

@@ -41,7 +41,9 @@
<input id="end-of-lab-gp-input" class="form-control"
min="0" max="180"
type="number"
th:field="*{eolGracePeriod}"/>
name="eolGracePeriod"
value="15"
required/>
</div>
</div>
</div>
Loading