Open jmauzyk opened 4 years ago
Not particularly helpful but I am having the same issue though it reads slightly differently than above. `2020-09-14 19:12:07 - error - yii\base\UnknownPropertyException yii\base\UnknownPropertyException: Getting unknown property: craft\commerce\elements\Order::typeId in /home/cyngra6/cleverzebra.xyz/craft/vendor/yiisoft/yii2/base/Component.php:154 Stack trace:
Craft version: 3.5.9 Craft Commerce: 3.2.6 SEO version: 3.6.6 PHP version: 7.4.3 DB: MySQL: MySQL 5.7.28
Description
Getting the following error logged when opening a product modal from a product relations field on an entry:
Similar to #273. Seems to only occur when opening the modal from an entry. For example, if I open a product modal from a relations field on a product edit page, no error occurs. It seems like maybe the POST request to the render-data endpoint is combining the product data with the entry data, resulting in it looking for a
typeId
that doesn't exist for products.Steps to reproduce
typeId
must be a number different than anytypeId
s available for products.Additional info