Closed (fixed)
Project:
Commerce Core
Version:
8.x-2.x-dev
Component:
Line item
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
7 Jan 2016 at 22:59 UTC
Updated:
2 Feb 2016 at 09:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mglamanPR: https://github.com/drupalcommerce/commerce/pull/302
Comment #4
bojanz commentedCommitted.
Comment #5
vasikethe commit here use an older identifier for the price plugin in the Line items View (commerce_line_item_table)
Which breaks the install/uninstall of the commerce order module.
The "price_default" plugin does not exist.Commit : Namespace the plugins (prepend 'commerce_'). http://cgit.drupalcode.org/commerce/commit/?id=af9f2db
Here is a small patch with a fix.
Comment #6
bojanz commentedThis got fixed yesterday. Thanks, vasike.