fix BUG-98 (user cancel of a job not dealing with dependant jobs) & constrain the width of the chosen face in DBox for overrides/create refimg

This commit is contained in:
2022-07-19 20:45:54 +10:00
parent 382647a91b
commit fd79ee2cf4
4 changed files with 36 additions and 14 deletions

2
BUGs
View File

@@ -2,5 +2,3 @@
BUG-97: if restart a job, we reset start time too (debatable) -
prob. better making a job have anull start time rather than now() as default, then if its null set it when we run the job
(this would set it at actual run time not create time, and if we restart, it would leave orig start time correct)
BUG-98: if you cancel a job (say the importdir job), then the getfiles dies
(should cascade the cancel through any that are waiting on this job OR 2nd job should not start if 1st job failed/withdrawn)