Skip to content

Fix wrong caching logic in ProcessRefChangesService

Igor Drozdov requested to merge id-remove-memoize-on-processing-ref-changes into master

What does this MR do?

Related issue: #242290 (closed)

process_changes can be called multiple times with different arguments, we need to remove the memorization to avoid incorrect returning values

Edited by Igor Drozdov

Merge request reports