Problem
It happens when we already submitted the message form and proceed with submitting the next one on the same order page without reloading. It seems that date for the next comment in the object uses the same and doesn't update.
Proposed resolution
To fix Issue: need to reload object of message with correct date after submitting or add the date update in the submitting step. The second variant is more correctly to use because we will have the date when comment was submitted.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | commerce_message-fix-date-message-2669162-1865256.patch | 669 bytes | sv |
Comments
Comment #2
sv commentedComment #3
sv commentedAdded patch to fix issue, ready for review.
Comment #4
sv commentedComment #5
loparr commentedHi, the patch works. Should be committed. Thank you.
Comment #7
mglamanThanks!