If you are fetching related elements via a Matrix field, such as:
{% set images = craft.assets().relatedTo([
{ sourceElement: entry, field: 'articleBody.image' }
]).all() %}
鈥he results will include elements that are related via disabled Matrix blocks. Those should be ignored, though.
The result should only contain relations from the enabled block, not the disabled one.
...excellent catch @brandonkelly 馃弳
Thanks for fixing this!
@narration-sd hah, credit goes to @architchandra for discovering the bug :)
emojis awarded :)
Craft 3.4.12 is out now with this fix.