Skip to content
Snippets Groups Projects
Commit 94f1ca9d authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'ticket/11723' into 'develop'

prevent negative delai*

See merge request !15
parents 27e2424d 80cf4183
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@
<input
type="number"
min="0"
oninput="validity.valid||(value='');"
style="padding: 1px 2px"
name="archive_feature"
id="archive_feature"
......@@ -88,6 +89,7 @@
<input
type="number"
min="0"
oninput="validity.valid||(value='');"
style="padding: 1px 2px"
name="delete_feature"
id="delete_feature"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment