Removed last references to deprecated "lastUpdated"
This commit is contained in:
parent
fda03a0e63
commit
8d18842efa
3 changed files with 4 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
|||
- fix [ 1298851 ] forum subscribers still get notif. after subscr. expired
|
||||
- fix [ 1305368 ] Moderation in Collaboration not working ?
|
||||
- fix [ 1306912 ] CMS Matrix - Unable to approve article's
|
||||
- Removed the depricated threaded view in the CS for a slight performance
|
||||
- Removed the deprecated threaded view in the CS for a slight performance
|
||||
gain and simplified templates.
|
||||
- fix [ 1312107 ] Forum Issue in "Thread" View
|
||||
- fix [ 1318963 ] 6.7.5 None of the profile fields can be updated
|
||||
|
|
@ -28,6 +28,7 @@
|
|||
- fix [ 1299131 ] paragraph tags added every time collaboration message change
|
||||
- fix [ 1305132 ] 6.7.5 Assets are moved to trash by runHourly
|
||||
- fix [ 1282473 ] RSS encoding (Thanks to Klaus Hertle)
|
||||
- fix Removed last references to deprecated "lastUpdated"
|
||||
|
||||
|
||||
6.7.6
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ sub getShortcutByCriteria {
|
|||
|
||||
# Add constraint only if it has been modified.
|
||||
$sql .= " and ".$constraint if (($constraint ne $criteria) && $constraint ne "");
|
||||
$sql .= " order by w.lastUpdated desc";
|
||||
$sql .= " order by assetData.revisionDate desc";
|
||||
|
||||
# Execute the query with an unconditional read
|
||||
my @ids;
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ sub view {
|
|||
title=>$child->get("title"),
|
||||
synopsis=>$child->get("synopsis"),
|
||||
size=>WebGUI::Utility::formatBytes($child->get("assetSize")),
|
||||
"date.epoch"=>$child->get("lastUpdated"),
|
||||
"date.epoch"=>$child->get("revisionDate"),
|
||||
"icon.small"=>$child->getIcon(1),
|
||||
"icon.big"=>$child->getIcon,
|
||||
type=>$child->getName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue