Support Request: "Comment {Date,Author}" on frontpage
Originally, there was a regression introduce in my recent changes that "Comment Author" column was always empty. This MR contains some more refactoring for "Comment Date" and "Comment Author" columns: ![image](/uploads/7b07a6a5610d533f1435af45b3716104/image.png) On the visible side, "Comment Date" column has been simplified, it used to show "hour:minutes" if the message was posted today, and "year/month/day" if the post was older. It's now a simple date time field (using `Base_viewCRMFieldLibrary/my_event_start_date`), for consistency. On the implementation side, they now use existing `SupportRequest_getCommentPostListAsJson` script, which simplified code a lot. That script was also renamed as `SupportRequest_getCommentPostList`, because it's no longer returning JSON. /reviewed-on nexedi/erp5!804
Showing
Please register or sign in to comment