Merge branch 'dm-commit-row-browse-button' into 'master'

Adjust commit partial cache key to fix browse buttons

Closes #26899

See merge request !12393
This commit is contained in:
Robert Speicher 2017-06-27 16:12:58 +00:00
commit 92f87f6d8b
2 changed files with 5 additions and 1 deletions

View file

@ -5,7 +5,7 @@
- notes = commit.notes
- note_count = notes.user.count
- cache_key = [project.path_with_namespace, commit.id, current_application_settings, note_count]
- cache_key = [project.path_with_namespace, commit.id, current_application_settings, note_count, @path.presence, current_controller?(:commits)]
- cache_key.push(commit.status(ref)) if commit.status(ref)
= cache(cache_key, expires_in: 1.day) do

View file

@ -0,0 +1,4 @@
---
title: Fix inconsistent display of the "Browse files" button in the commit list
merge_request:
author: