mantidproject / autoreduce

Autoreduction service
0 stars 0 forks source link

When you retry a run through the WebApp, the modification time for that run changes #344

Closed tg137 closed 7 years ago

tg137 commented 7 years ago

The modification time should remain the same as we haven't updated that run, we have just created a new run based off the original one.

tg137 commented 7 years ago

This happens because as part of creating the retry run, we are also updating the pre-existing run by adding in a retry_run and retry time to it.

However, this is confusing and although we are updating an run, we probably don't want to auto-increment the date in this case.