We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom propagation method for matrix blocks doesn't work after update to Craft 4. We have section with matrix blocks with custom propagation key:
{section.handle == 'contact' ? site.handle : ''}
It works fine as long as you don't save entry (f. eks "ctrl + s").
Matrix block should be saved.
Matrix block are not saved.
4.2.8
No response
The text was updated successfully, but these errors were encountered:
f59d412
Thanks! We were able to track this down, and it’s now fixed for the next release.
To get the fix early, change your craftcms/cms requirement in composer.json to "dev-develop as 4.3.0" and run composer update.
craftcms/cms
"dev-develop as 4.3.0"
composer update
Sorry, something went wrong.
Craft 4.3.1 has been released with a fix for this.
brandonkelly
No branches or pull requests
What happened?
Description
Custom propagation method for matrix blocks doesn't work after update to Craft 4. We have section with matrix blocks with custom propagation key:
{section.handle == 'contact' ? site.handle : ''}
It works fine as long as you don't save entry (f. eks "ctrl + s").
Steps to reproduce
Expected behavior
Matrix block should be saved.
Actual behavior
Matrix block are not saved.
Craft CMS version
4.2.8
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: