Skip to content

Commit

Permalink
[5.x] Clean up reference updater localization mapping logic (#10446)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite authored Jul 12, 2024
1 parent 8e3da59 commit d2951d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/Concerns/GetsItemsContainingData.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function getItemsContainingData()
{
return collect()
->merge(Entry::all())
->merge(Term::all()->map->term()->flatMap->localizations()) // See issue #3274
->merge(Term::all())
->merge(GlobalSet::all()->flatMap->localizations())
->merge(User::all());
}
Expand Down

0 comments on commit d2951d9

Please sign in to comment.