Flush cache for project list

For master->maintainer permission rename
This commit is contained in:
Mark Chao 2018-06-14 16:59:24 +08:00
parent 69966fcb8d
commit 53131e6753
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ module ProjectsHelper
controller.action_name,
Gitlab::CurrentSettings.cache_key,
"cross-project:#{can?(current_user, :read_cross_project)}",
'v2.5'
'v2.6'
]
key << pipeline_status_cache_key(project.pipeline_status) if project.pipeline_status.has_status?