From 6ca603e7dd2d639210ea4126581d1544ef26445b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 17 Jul 2012 11:28:11 -0700 Subject: [PATCH] Let the AssetReport asset search over all wobjects. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Form/AssetReportQuery.pm | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index b512af54a..921b2ffe4 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -25,6 +25,7 @@ - fixed #12305: dbSlave breaks WebGUI when not able to connect - fixed: Http Proxy assets with no URL to proxy cannot be deleted. - fixed: Friends request messages that no longer exist throw a warning. + - fixed: Asset Report asset can search for all wobjects in addition to all assets. 7.10.24 - fixed #12318: asset error causes asset manager to fail diff --git a/lib/WebGUI/Form/AssetReportQuery.pm b/lib/WebGUI/Form/AssetReportQuery.pm index 810a9dc47..b1415357f 100644 --- a/lib/WebGUI/Form/AssetReportQuery.pm +++ b/lib/WebGUI/Form/AssetReportQuery.pm @@ -228,6 +228,8 @@ sub toHtml { className }); + push @{ $classes }, 'WebGUI::Asset::Wobject'; + #Hard code these for now my %asset = ( "asset.creationDate" => $i18n->get("creationDate (asset)"),