The entity info defines a deletion callback but this isn't implemented.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1789436.commerce_delivery.delete.patch | 3.73 KB | joachim |
The entity info defines a deletion callback but this isn't implemented.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1789436.commerce_delivery.delete.patch | 3.73 KB | joachim |
Comments
Comment #1
joachim commentedHere's a patch:
- fixes the delete menu item
- changes the delete menu item path to standard pattern
- adds a delete button to the edit form which leads to the delete menu item
- wraps the action buttons in an #action now we have more than one
- adds a delete confirm form
- adds a delete API function which invokes the right hooks, clears cache, etc
Comment #2
joachim commentedIssue #1789436 by joachim: Added API and UI for deleting deliveries.