Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.0
-
Fix Version/s: 3.2.0-b1
-
Component/s: Staff Interface
-
Labels:None
Description
When updating a package, adding a new pricing row and deleting the one before it will cause the new row to use the deleted pricing ID, effectively updating the deleted pricing row with the values in the new pricing row.
We can consider adding a blank pricing ID to new rows that are added, and thus create new pricings rather than updating old ones, while still deleting the pricing IDs that were removed.
To clarify, this is an issue because the pricing ID must be submitted after removing a pricing row, and in order to know which row was removed we need to know the pricing ID.