[Rt-commit] rt branch 4.4/add-article-and-asset-counts created. rt-4.4.5-3-g05127f7864

BPS Git Server git at git.bestpractical.com
Wed Dec 15 20:26:31 UTC 2021


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, 4.4/add-article-and-asset-counts has been created
        at  05127f7864fda501a751abf3317ec8102399663d (commit)

- Log -----------------------------------------------------------------
commit 05127f7864fda501a751abf3317ec8102399663d
Author: Brian Conry <bconry at bestpractical.com>
Date:   Wed Dec 15 14:25:15 2021 -0600

    Add Article and Asset counts to RT Size

diff --git a/share/html/Admin/Tools/Configuration.html b/share/html/Admin/Tools/Configuration.html
index 54cec4779a..51717df64f 100644
--- a/share/html/Admin/Tools/Configuration.html
+++ b/share/html/Admin/Tools/Configuration.html
@@ -144,7 +144,7 @@ foreach my $key ( sort keys %{*RT::} ) {
 </tr>
 <%PERL>
 my ($index_size, $user_count, $privileged_count);
-for my $type (qw/Tickets Queues Transactions Groups PrivilegedUsers UnprivilegedUsers/) {
+for my $type (qw/Tickets Queues Transactions Articles Assets Groups PrivilegedUsers UnprivilegedUsers/) {
     my $count;
     my $class = 'RT::' . $type;
     $class =~ s/Privileged|Unprivileged//;

-----------------------------------------------------------------------


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list