fixed #10332: Matrix: last updated fields = today
This commit is contained in:
parent
59329e9718
commit
8fb8ed5c62
3 changed files with 3 additions and 3 deletions
|
|
@ -1213,7 +1213,7 @@ sub www_getCompareListData {
|
|||
label =>$listing->get('title').' '.$listing->get('version'),
|
||||
formatter =>"formatColors",
|
||||
url =>$listing->getUrl,
|
||||
lastUpdated =>$session->datetime->epochToHuman( $listing->get('revisonDate'),"%z" ),
|
||||
lastUpdated =>$session->datetime->epochToHuman( $listing->get('lastUpdated'),"%z" ),
|
||||
});
|
||||
push(@responseFields, $listingId_safe, $listingId_safe."_compareColor");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue