Closed devinpitcher closed 3 years ago
Fixed for the next release. To get the fix early, change your verbb/vizy
requirement in composer.json
to:
"require": {
"verbb/vizy": "dev-craft-3 as 1.0.2",
"...": "..."
}
Then run composer update
.
Fixed in 1.0.3
Description When attempting to query an asset field from inside a block, if you try to query it again with an alias, the following error is thrown:
Call to a member function andWhere() on null
.Steps to reproduce
Additional info
dev-craft-3 as 1.0.2
3.6.16
Additional context