backdrop-contrib / commerce

GNU General Public License v2.0
3 stars 5 forks source link

Warning: Undefined property: CommerceProduct::$langcode in CommerceProductInlineEntityFormController->entityForm() #16

Closed herbdool closed 1 month ago

herbdool commented 1 month ago

I'm testing with Inline Entity Form with a product reference field:

Warning: Undefined property: CommerceProduct::$langcode in CommerceProductInlineEntityFormController->entityForm() (line 198 of /app/httpdocs/modules/inline_entity_form/includes/commerce_product.inline_entity_form.inc).

elisseck commented 1 month ago

I was able to reproduce this, and I think it's a good idea to just follow the Backdrop core Node example for entities when we find things that other modules might expect to exist.

471507cb15c473cb6cddac862939ce41c2283ec8 should resolve this issue.