[Bps-public-commit] rt-extension-assets branch, master, updated. 1.01-1-g4ea77a4
? sunnavy
sunnavy at bestpractical.com
Tue Jul 22 16:30:12 EDT 2014
The branch, master has been updated
via 4ea77a4be9f6976b308f567f42d8e2d99b100ee2 (commit)
from a0e251e619282f5a261871a7542a17b650edf1be (commit)
Summary of changes:
html/Asset/Elements/AssetSearchCFs | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 4ea77a4be9f6976b308f567f42d8e2d99b100ee2
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Jul 23 04:30:01 2014 +0800
we missed global cfs in search
diff --git a/html/Asset/Elements/AssetSearchCFs b/html/Asset/Elements/AssetSearchCFs
index 5bcd4f4..88451c0 100644
--- a/html/Asset/Elements/AssetSearchCFs
+++ b/html/Asset/Elements/AssetSearchCFs
@@ -48,6 +48,7 @@
<&| /Widgets/TitleBox, title => $Grouping ? loc($Grouping) : loc('Custom Fields'), hide_empty => 1, class=>'asset-search-grouping asset-search-cfs' &>
% my $CFs = RT::CustomFields->new( $session{CurrentUser} );
% $CFs->LimitToCatalog( $CatalogObj->Id );
+% $CFs->LimitToGlobal();
% $CFs->LimitToGrouping( "RT::Asset" => $Grouping );
% if ( $CFs->Count > 0 ){
<table>
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list