craftcms / docs

Documentation for Craft CMS, Craft Commerce, and other official products.
https://craftcms.com/docs
38 stars 144 forks source link

Update snapshot events #499

Closed CustomCodeIT closed 1 year ago

CustomCodeIT commented 1 year ago

When implementing the EVENT_BEFORE_CAPTURE_VARIANT_SNAPSHOT and EVENT_BEFORE_CAPTURE_PRODUCT_SNAPSHOT I am getting the following:

"Calling unknown method: craft\models\FieldLayout::getFields()"

Updating to $fieldLayout->getCustomFields() fixes the issue.

Description

Related issues

netlify[bot] commented 1 year ago

Deploy request for craft-docs rejected.

Name Link
Latest commit 85170d23a443b1961390e7ed22baa2c37ea67a4c
AugustMiller commented 1 year ago

Wow, nice catch! Correct, this changed as part of the shift to “Field Layout Elements,” and was removed in Craft 4.

Thanks for the patch. 💞