Let the AssetReport asset search over all wobjects.
This commit is contained in:
parent
d7b0468848
commit
6ca603e7dd
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue