Asset manager now displays menuTitle instead of title for both the display and the search
This commit is contained in:
parent
2b59ad21a8
commit
d7faae1830
1 changed files with 2 additions and 2 deletions
|
|
@ -283,7 +283,7 @@ sub www_ajaxGetManagerPage {
|
|||
assetId => $asset->getId,
|
||||
url => $asset->getUrl,
|
||||
lineage => $asset->get( "lineage" ),
|
||||
title => $asset->get( "title" ),
|
||||
title => $asset->get( "menuTitle" ),
|
||||
revisionDate => $asset->get( "revisionDate" ),
|
||||
childCount => $asset->getChildCount,
|
||||
assetSize => $asset->get( 'assetSize' ),
|
||||
|
|
@ -720,7 +720,7 @@ sub www_search {
|
|||
alt => ( $count % 2 == 0 ? 'class="alt"' : '' ),
|
||||
assetId => $asset->getId,
|
||||
url => $asset->getUrl,
|
||||
title => $asset->get( "title" ),
|
||||
title => $asset->get( "menuTitle" ),
|
||||
revisionDate => $session->datetime->epochToHuman( $asset->get( "revisionDate" ) ),
|
||||
hasChildren => ( $asset->hasChildren ? "+ " : " " ),
|
||||
rank => $asset->getRank,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue