Skip to content

Commit 6ca603e

Browse files
committedJul 17, 2012
Let the AssetReport asset search over all wobjects.

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎docs/changelog/7.x.x.txt

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- fixed #12305: dbSlave breaks WebGUI when not able to connect
2626
- fixed: Http Proxy assets with no URL to proxy cannot be deleted.
2727
- fixed: Friends request messages that no longer exist throw a warning.
28+
- fixed: Asset Report asset can search for all wobjects in addition to all assets.
2829

2930
7.10.24
3031
- fixed #12318: asset error causes asset manager to fail

‎lib/WebGUI/Form/AssetReportQuery.pm

+2
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ sub toHtml {
228228
className
229229
});
230230

231+
push @{ $classes }, 'WebGUI::Asset::Wobject';
232+
231233
#Hard code these for now
232234
my %asset = (
233235
"asset.creationDate" => $i18n->get("creationDate (asset)"),

0 commit comments

Comments
 (0)
Please sign in to comment.