[Rt-commit] rt branch 5.0/asset-search-chart updated. rt-5.0.5-101-g6b84e21b05
BPS Git Server
git at git.bestpractical.com
Tue Jan 16 13:00:47 UTC 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 5.0/asset-search-chart has been updated
via 6b84e21b05cf9bb3efaa5914c42b8fe87fc73871 (commit)
from 68fa9b30f2863f6d628b063ff08ce2e75d4e64aa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6b84e21b05cf9bb3efaa5914c42b8fe87fc73871
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Jan 16 07:56:48 2024 -0500
Support to group by Name/Description for asset charts
diff --git a/lib/RT/Report/Assets.pm b/lib/RT/Report/Assets.pm
index a1590c3526..4a8aee6b27 100644
--- a/lib/RT/Report/Assets.pm
+++ b/lib/RT/Report/Assets.pm
@@ -67,6 +67,8 @@ This is the backend class for asset search charts.
our @GROUPINGS = (
Status => 'Enum', #loc_left_pair
+ Name => 'Enum', #loc_left_pair
+ Description => 'Enum', #loc_left_pair
Catalog => 'Catalog', #loc_left_pair
Creator => 'User', #loc_left_pair
LastUpdatedBy => 'User', #loc_left_pair
-----------------------------------------------------------------------
Summary of changes:
lib/RT/Report/Assets.pm | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
rt
More information about the rt-commit
mailing list