Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 295 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 295 Bytes

Add User To Order Comment

Save the logged in admin user to the order-status-history entry.

A new column is added to the order_status_history and a foreign key to admin/user.

And a observer will be registered which is attached to the save-before event of the status-history and adds the data.