Do not call RetrieveWorkerRun until the WorkerRun details modal is opened
Refs teklia/requests#798
The entire point of the WorkerRun summary
field is to allow the frontend not to call RetrieveWorkerRun
all the time, but it is still called by the WorkerRunDetails
component as soon as it gets mounted, even when the modal has not been opened.