It appears that when an admin changes the quantity of an item under the order "edit" tab and then saves their changes, this is not reflected in the log at all. I thought at first that I was mistaken, but upon inspection of uc_order_edit_products(), it doesn't seem to do any logging before calling uc_order_product_save() to save the updated product info.

I'm classifying this as a bug, because everything else in the system is logged (adding products, changing address info, changing tax, etc), so this seems like a pretty big omission to me.

Comments

guypaddock’s picture

Priority: Normal » Major

Bumping up the priority, since this affects the traceability of orders and the accuracy of the order log.

gabor_h’s picture

Removing products is not logged either.

tr’s picture

Version: 6.x-2.x-dev » 7.x-3.x-dev
Priority: Major » Normal

Let's fix this in 7.x-3.x first.

longwave’s picture

Title: No log entries for quantity changes? » Add log entries for quantity changes and product removals
Category: bug » feature

I guess nobody really uses the log all that much.

SilviuChingaru’s picture

Assigned: Unassigned » SilviuChingaru
SilviuChingaru’s picture

Assigned: SilviuChingaru » Unassigned
Issue summary: View changes
tr’s picture

Version: 7.x-3.x-dev » 8.x-4.x-dev

New features go into 8.x-4.x at this point.