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
We are testing Magento2 EE and I've noticed the following beahaviour:
Adding a comment to and order sets the timestamp of all comments to the timestamp of the comment being added.
This happens both programatically
\Magento\Sales\Model\Order $order->addStatusHistoryComment('some text');
and in the backend.
This should be fairly easy to replicate: just create an order and add a few comments to it. You'll notice that all comments get the timestamp of the last.