Skip to content
Snippets Groups Projects
Commit 755bc44e authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'backport-ce-upstream-change' into 'master'

Remove duplicate cache invalidation from IssuableBaseService

See merge request !11475
parents 8f2bdeb7 8293da66
No related branches found
No related tags found
2 merge requests!12073Add RC2 changes to 9-3-stable,!11475Remove duplicate cache invalidation from IssuableBaseService
Pipeline #
Loading
Loading
@@ -178,7 +178,6 @@ class IssuableBaseService < BaseService
after_create(issuable)
issuable.create_cross_references!(current_user)
execute_hooks(issuable)
issuable.assignees.each(&:invalidate_cache_counts)
invalidate_cache_counts(issuable.assignees, issuable)
end
 
Loading
Loading
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