Problem/Motivation

In 1.x we had a line item reference formatter that used a view to show an order's line items. We don't have anything in 2.x, just a globbed entity view of mess. Sort of blocking work on #2646196: Create the order view route and mode for users.

Proposed resolution

  • Create a view for showing an order's line items
  • Create a field formatter that embeds this view

Remaining tasks

User interface changes

API changes

Data model changes

Comments

mglaman created an issue. See original summary.

mglaman’s picture

Status: Active » Needs review
StatusFileSize
new13.65 KB

  • bojanz committed 0fe7123 on authored by mglaman
    Issue #2646364: Create the line item reference view formatter
    
bojanz’s picture

Status: Needs review » Fixed

Committed.

vasike’s picture

Status: Fixed » Needs review
StatusFileSize
new943 bytes

the 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.

bojanz’s picture

Status: Needs review » Fixed

This got fixed yesterday. Thanks, vasike.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.