Skip to content
Snippets Groups Projects

Backport Index work items when project visibility level changes

Merged Terri Chu requested to merge tchu-backport-171978 into 17-5-stable-ee
All threads resolved!
7 files
+ 29
21
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -208,6 +208,7 @@ def lock_for_confirmation!(id)
elastic_index_dependant_association :issues, on_change: :visibility_level
elastic_index_dependant_association :issues, on_change: :archived
elastic_index_dependant_association :work_items, on_change: :visibility_level
elastic_index_dependant_association :work_items, on_change: :archived
elastic_index_dependant_association :merge_requests, on_change: :visibility_level
elastic_index_dependant_association :merge_requests, on_change: :archived
Loading