Skip to content

Commit

Permalink
Let the AssetReport asset search over all wobjects.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jul 17, 2012
1 parent d7b0468 commit 6ca603e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/7.x.x.txt
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions lib/WebGUI/Form/AssetReportQuery.pm
Expand Up @@ -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)"),
Expand Down

0 comments on commit 6ca603e

Please sign in to comment.