- Showcase Version
- 3.3.7 and older
- XenForo Version
- 2.3.x
- PHP Version
- N/A
- Database & Version
- N/A
- Are there any errors being throw?
- No
As per title, changing a comment date doesn't update the Item's last comment information.
This has been Fixed (Implemented) in SC 3.3.8 (as well as in AMS, CAS, LD & UBS)
I've added a new comment entity function that is triggered during post save if the comment date is changed, which runs the
This has been Fixed (Implemented) in SC 3.3.8 (as well as in AMS, CAS, LD & UBS)
I've added a new comment entity function that is triggered during post save if the comment date is changed, which runs the
rebuildLastCommentInfo() function in the Item entity and saves if changed.