As the issue title says, let's fix this problem of orphaned line items at least with a form in the short term. Whoever picks this issue should ping rszrama to bikeshed the UI and confirm the batch process.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rszrama’s picture

Issue summary: View changes
rszrama’s picture

Issue summary: View changes
czigor’s picture

Status: Active » Needs review
FileSize
4.55 KB
mglaman’s picture

+++ b/modules/line_item/includes/commerce_line_item_ui.admin.inc
@@ -0,0 +1,103 @@
+    // Save node count for the termination message.

copy paste doc nit

Otherwise it works as expected:

czigor’s picture

Thanks Matt, removing that comment.

  • rszrama committed d701429 on 7.x-1.x authored by czigor
    Issue #2161121 by czigor, mglaman, rszrama: Add a form to delete...
rszrama’s picture

Status: Needs review » Fixed

I updated all language in this patch from "remove" to "delete" to make sure it's clear that we're actually deleting data. I also fixed a typo in the permission for the form callback, changing it from "administer line_items" to "administer line items."

Status: Fixed » Closed (fixed)

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