Skip to content
Snippets Groups Projects
Commit c471217f authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Lin Jen-Shin
Browse files

Merge branch 'merge-request-new-page-double-pipelines-table' into 'master'

Disable initialization table pipeline for new merge request form

Closes #31052

See merge request !10765
parent 1d9957d1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -46,7 +46,7 @@
-# This tab is always loaded via AJAX
- if @pipelines.any?
#pipelines.pipelines.tab-pane
= render 'projects/merge_requests/show/pipelines', endpoint: url_for(params.merge(format: :json))
= render 'projects/merge_requests/show/pipelines', endpoint: url_for(params.merge(format: :json)), disable_initialization: true
 
.mr-loading-status
= spinner
Loading
Loading
- endpoint_path = local_assigns[:endpoint] || pipelines_namespace_project_merge_request_path(@project.namespace, @project, @merge_request, format: :json)
- disable_initialization = local_assigns.fetch(:disable_initialization, false)
 
= render 'projects/commit/pipelines_list', endpoint: endpoint_path
= render 'projects/commit/pipelines_list', endpoint: endpoint_path, disable_initialization: disable_initialization
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment