Save as draft

This commit is contained in:
George Drummond
2019-06-17 11:04:44 -04:00
parent c0da5d482f
commit d672f5792c
10 changed files with 107 additions and 30 deletions

View File

@@ -121,6 +121,9 @@
type="submit"
formaction="{{ review_action }}"
tabindex="0"
{% if task_order and task_order.is_draft %}
disabled="disabled"
{% endif %}
:disabled="invalid"
value="Review task order"
form="new-task-order"