alan-turing-institute / simulate

A web framework for research simulations.
http://simulate.readthedocs.io
MIT License
4 stars 1 forks source link

Field must be edited to activate save #82

Closed masonlr closed 6 years ago

masonlr commented 6 years ago

Description

When in "edit" mode, we have to make a change to the job in order to activate the "save" button and start the job. The user would expect to be able to click "edit", then "run" directly (without having to make a change to, say, the job description in order to run the job)

Acceptance criteria

Out of scope

Implementation notes

masonlr commented 6 years ago

Closing due to migration to ant.design. Angular reactive forms module handles dirty-checking of form inputs.