Commit d9713afa authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'ntepluhina-fix-incorrect-parameter' into 'master'

Fixed incorrect parameter in GraphQL startup call

See merge request gitlab-org/gitlab!45115
parents ac02d0f2 e4589dc9
- current_route_path = request.fullpath.match(/-\/tree\/[^\/]+\/(.+$)/).to_a[1]
- add_page_startup_graphql_call('repository/path_last_commit', { projectPath: @project.full_path, ref: current_ref, currentRoutePath: current_route_path })
- add_page_startup_graphql_call('repository/path_last_commit', { projectPath: @project.full_path, ref: current_ref, path: current_route_path })
- breadcrumb_title _("Repository")
- @content_class = "limit-container-width" unless fluid_layout
......
---
title: Fixed incorrect parameter in GraphQL startup call
merge_request: 45115
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment