Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0.0-b1
-
Component/s: None
-
Labels:None
Description
Order forms should be sortable via drag and drop on Packages > Order Forms similar to how we sort invoice line items. We should change the cursor to the same drag and drop icon and have the same fas fa-arrows-alt icon show on the end of the row on hover.
We will need to add an `order` column to the `orders` table
`order` SMALLINT(5) UNSIGNED NOT NULL
We will need to make an ajax call to save the sort order similar to when packages are sorted on the package group list page.
Opened and assigned to version 5.0.0-b1, had no assignment.