registered-experiment must be refreshed before augmenting the experiment

To show the quick link to the dashboard when visiting the Read view publicly, registered-experiment must be refreshed before augmenting the experiment.

When the user is logged-in there is a request from the List view where those details are loaded to be able to show the link in the actions menu we have for every item, but when the user accesses an experiment link directly without logging in first, that call is not done. There is a second request in the Read view but we were augmenting the experiment before refreshing the registered experiments. Now we refresh first and then augment the experiment to have all the needed details

Bug: T415325

Edited by Santiago Faci

Merge request reports

Loading