Commit 44b4bab3 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'sh-fix-lfs-badge-feature-flag' into 'master'

Add LFS badge feature flag to RefsController#logs_tree

See merge request gitlab-org/gitlab!30442
parents 61e83d6f d93adbcb
......@@ -11,6 +11,10 @@ class Projects::RefsController < Projects::ApplicationController
before_action :assign_ref_vars
before_action :authorize_download_code!
before_action only: [:logs_tree] do
push_frontend_feature_flag(:vue_file_list_lfs_badge)
end
def switch
respond_to do |format|
format.html do
......
---
title: Add LFS badge feature flag to RefsController#logs_tree
merge_request: 30442
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