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
I think this is two distinct issues:
fieldId
Running garbage collection didn't seem to help, but this resave command took care of it:
resave
ddev craft resave/addresses --element-id [[offending address ID]] --set fieldId --to "fn(\$element) => null"
Additionally:
Addresses owned by custom fields are excluded from the native address list. (I think?)
Addresses owned by custom fields leak into native address list.
5.4.1
8.2.20
macOS/Docker
MySQL 8.0.36
No response
The text was updated successfully, but these errors were encountered:
Thanks for the clear description, August! I raised a PR for this.
Sorry, something went wrong.
Fixed in 5.4.2!
i-just
No branches or pull requests
What happened?
Description
I think this is two distinct issues:
fieldId
is not cleaned up, nor are the nested elements deleted.Running garbage collection didn't seem to help, but this
resave
command took care of it:ddev craft resave/addresses --element-id [[offending address ID]] --set fieldId --to "fn(\$element) => null"
Steps to reproduce
Additionally:
Expected behavior
Addresses owned by custom fields are excluded from the native address list. (I think?)
Actual behavior
Addresses owned by custom fields leak into native address list.
Craft CMS version
5.4.1
PHP version
8.2.20
Operating system and version
macOS/Docker
Database type and version
MySQL 8.0.36
Image driver and version
No response
Installed plugins and versions
No response
The text was updated successfully, but these errors were encountered: