- The export system now attempts to create the export path if it doesn't
already exist. - fix [ 1287741 ] 6.7.3 Cannot insert a WebGUI collateral image in IE. - fix [ 1293163 ] Error when using Syndication - fix [ 1295718 ] Moderating submissions/posts is broken - fix [ 1288770 ] Couldn't call method www_view on asset - fix [ 1278672 ] Timezones does not still not work properly in webgui
This commit is contained in:
parent
7a76e2efdc
commit
5efbd4a709
8 changed files with 32 additions and 11 deletions
|
|
@ -650,7 +650,7 @@ sub view {
|
|||
$var->{'unlock.url'} = $self->getUnlockUrl;
|
||||
|
||||
my $p = WebGUI::Paginator->new($self->getUrl,$self->getParent->get("postsPerPage"));
|
||||
my $sql = "select asset.assetId, asset.className, max(assetData.revisionDate) from asset
|
||||
my $sql = "select asset.assetId, asset.className, max(assetData.revisionDate) as revisionDate from asset
|
||||
left join assetData on assetData.assetId=asset.assetId
|
||||
left join Post on Post.assetId=assetData.assetId and assetData.revisionDate=Post.revisionDate
|
||||
where asset.lineage like ".quote($self->get("lineage").'%')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue