• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Fixed Changing a comment date doesn't update the Item's last comment information

Bob

Developer
Staff member
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
rebuildLastCommentInfo() function in the Item entity and saves if changed.
 
Back
Top