Skip to content

Only run timeago loops after rendering timeago components

Filipa Lacerda requested to merge 28247-timeloops-bug into master

What does this MR do?

Guarantees we only run the timeago loops after we render the table rows.

We were running the function at the same time we made the request to the API which caused some errors in the browser and in some rspec tests (https://gitlab.com/gitlab-org/gitlab-ce/builds/10536121).

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #28247 (closed)

Merge request reports