Expose the original task ID in RetrieveProcess
https://redmine.teklia.com/issues/7491
Follow-up of frontend!1711 (merged)
The Restart button is only disabled when a task's logs have been fetched once by the frontend's task polling, and not when the process is fetched. This is due to the original_task_id
attribute being missing from the tasks
returned by RetrieveProcess
, and it could have been noticed if we had already moved to TS and Pinia.
Please expose original_task_id
in the tasks
returned by RetrieveProcess
, and check that the Restart button is now disabled immediately on the process status page.