We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b0468 commit 6ca603eCopy full SHA for 6ca603e
docs/changelog/7.x.x.txt
@@ -25,6 +25,7 @@
25
- fixed #12305: dbSlave breaks WebGUI when not able to connect
26
- fixed: Http Proxy assets with no URL to proxy cannot be deleted.
27
- 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.
29
30
7.10.24
31
- fixed #12318: asset error causes asset manager to fail
lib/WebGUI/Form/AssetReportQuery.pm
@@ -228,6 +228,8 @@ sub toHtml {
228
className
229
});
230
231
+ push @{ $classes }, 'WebGUI::Asset::Wobject';
232
+
233
#Hard code these for now
234
my %asset = (
235
"asset.creationDate" => $i18n->get("creationDate (asset)"),
0 commit comments