You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to see which users are making changes to the order (Show in the order log area of Comments History)
normally the order comments do not log the author on admin side (see DB.sales_flat_order_status_history). Therefore we need to add this information.
As this is not (yet) a core module, this will happen in a separate table, linked to the sales_flat_order_status_history Table.
For Design it should be considered the comments can be created from different contexts (Admin, Frontend, Cron, ...), but relevant is only admin for now.
create new Table extending sales_flat_order_status_history with metadata about the author, no foreign keys
actions from the admin area should log the current admin userId, and a context
the Admin OrderView should show the Admin Name on the comment entry
this needs to be in the base module of this extension (the other features of this Extension could be in separate modules, see more in main ticket)
The text was updated successfully, but these errors were encountered:
Flyingmana
added
the
Sponsored
Issues which in one way or another are sponsored (details should be inside the Issue)
label
Aug 15, 2021
Ability to see which users are making changes to the order (Show in the order log area of Comments History)
normally the order comments do not log the author on admin side (see DB.
sales_flat_order_status_history
). Therefore we need to add this information.As this is not (yet) a core module, this will happen in a separate table, linked to the
sales_flat_order_status_history
Table.For Design it should be considered the comments can be created from different contexts (Admin, Frontend, Cron, ...), but relevant is only admin for now.
sales_flat_order_status_history
with metadata about the author, no foreign keysThe text was updated successfully, but these errors were encountered: