From 116a3c21cab3c295627c55478ed9c23856fe7ecf Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 21 Feb 2011 13:54:00 -0800 Subject: [PATCH] In the Asset Manager search window, let the title of the asset be a link to view the asset. Fixes bug #12048. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Content/AssetManager.pm | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 038bd09a5..221171d86 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -8,6 +8,7 @@ - Metadata is now versioned - Metadata fields can be restricted by asset class - fixed #12049: gotcha: 7.10.9 needs perl > 5.8.8 + - fixed #12048: Asset Manager Search 7.10.9 - fixed #12030: Calendar Feed Time Zone Issue diff --git a/lib/WebGUI/Content/AssetManager.pm b/lib/WebGUI/Content/AssetManager.pm index 92af50539..1557c7e27 100644 --- a/lib/WebGUI/Content/AssetManager.pm +++ b/lib/WebGUI/Content/AssetManager.pm @@ -615,11 +615,11 @@ sub www_search { # The markup for a single asset my $row_markup = q{} . q{} - . q{%s} - . q{%s} - . q{ %s} - . q{%s} - . q{%s} + . q{%s} #Edit + . q{%s} #URL/Title as link + . q{ %s} #Type + . q{%s} #Revision Date + . q{%s} #Lock . q{%s} . q{} ; @@ -629,6 +629,7 @@ sub www_search { alt assetId editLink + url title iconUrl type revisionDate