- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
In commerce_license_commerce_line_item_presave() we create the license to be associated with the line item. We check to make sure the line item is licensable, but do not check to make sure the product of said line item is a licensed product.
In my case, I had a common line item type could contain both licensed and non-licensed products. When using inline entity form as my line item manager and adding a product that's not licensable to an order, uncaught exceptions ensued.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.