Skip to content
New issue

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

[7.x] Prevent calling preload when augmenting product variants #1085

Merged
merged 1 commit into from
May 31, 2024

Conversation

duncanmcclean
Copy link
Owner

This pull request prevents the preload method from being called when augmenting Product Variants, since it was causing issues with certain fieldtypes because the preload method is usually called in the Control Panel, with logged in users.

Fixes #1076.

@duncanmcclean duncanmcclean changed the title [5.x] Prevent calling preload when augmenting product variants [7.x] Prevent calling preload when augmenting product variants May 31, 2024
@duncanmcclean duncanmcclean merged commit 1f7edc7 into 7.x May 31, 2024
12 checks passed
@duncanmcclean duncanmcclean deleted the fix/product-variants-augmentation branch May 31, 2024 19:09
Copy link

Released as part of v7.2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Call to a member function can() on null when adding Taxonomy Terms input to Product Variants field.
1 participant