Commerce customizable products adds another way to add line item types as an alternative of CCLI, we need to add support to that.

Probably is just taking care of the revert action.

Comments

jeffschuler’s picture

Status: Active » Needs review
StatusFileSize
new1.34 KB

First pass.
Needs a few more eyes and a sanity check, but it's working for me so far. :)

jeffschuler’s picture

I had the two modules' logic swapped. Apparently hadn't tested features-reverting.

bojanz’s picture

Assigned: Unassigned » bojanz

Rerolling / redoing.

bojanz’s picture

Assigned: bojanz » Unassigned
Issue tags: +RC blocker
StatusFileSize
new4.48 KB

We want to remove the support for the deprecated Commerce Custom Line Items module.
We also want to handle only the types managed by Commerce Customizable Products, instead of handling all defined line item types.
That matches the logic change we did with product types prior to beta1.

This is completely untested.
Depends on a patch for Commerce Customizable Products: #1732696: Improve API to allow exporting by commerce_features.

pcambra’s picture

We want to remove the support for the deprecated Commerce Custom Line Items module.

That's exactly what I wanted to comment out here, but not sure how many people is still using CCLI with this integration, which will completely dissapear after this patch.

jeffschuler’s picture

Maybe features support could be moved into CCLI, directly?

bojanz’s picture

CCLI won't be getting any new commits. It's been dead for a long time.
That's why I can't bring myself to care much about dropping CCLI support.
Those who can't migrate can just stay with commerce_features beta1.

pcambra’s picture

Status: Needs review » Fixed

Agreed on CCLI support, whoever wants this can either use beta1 or replace the line items component of the next version by the one in beta1.

I've tested this and make some fixes on how we were getting the data, committed, thanks both!

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