Skip to content

Renders pagination again for pipelines table

Filipa Lacerda requested to merge fix-pipelines-pagination-is-gone into master

What does this MR do?

Fixes:

  • function being called to parse pagination was not the correct one
  • assumption of undefined parameter

There are no tests for pagination in pipelines yet, I have a different MR with them (which was why I noticed this was broken) - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9268

Are there points in the code the reviewer needs to double check?

No.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #28299 (closed)

Merge request reports