bad stow methods fixed
This commit is contained in:
parent
f22be087f1
commit
528d0deaa5
3 changed files with 5 additions and 5 deletions
|
|
@ -1269,7 +1269,7 @@ sub new {
|
|||
(status='approved' or status='archived' or tagId=?) order by assetData.revisionDate",
|
||||
[$assetId, $session->scratch->get("versionTag")]);
|
||||
$assetRevision->{$assetId}{$session->scratch->get("versionTag")||'_'} = $revisionDate;
|
||||
$session->stow("assetRevision",$assetRevision);
|
||||
$session->stow->set("assetRevision",$assetRevision);
|
||||
}
|
||||
return undef unless ($revisionDate);
|
||||
if ($className) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue