[Rt-commit] rt branch 5.0/add-article-and-asset-counts created. rt-5.0.2-12-g91ee86d0e8

BPS Git Server git at git.bestpractical.com
Thu Dec 9 15:49:07 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, 5.0/add-article-and-asset-counts has been created
        at  91ee86d0e8f693f51fb6a53c240f0b6f9986fc57 (commit)

- Log -----------------------------------------------------------------
commit 91ee86d0e8f693f51fb6a53c240f0b6f9986fc57
Author: Brian Conry <bconry at bestpractical.com>
Date:   Thu Dec 9 09:36:35 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 37a3a694b2..0ad8533c1b 100644
--- a/share/html/Admin/Tools/Configuration.html
+++ b/share/html/Admin/Tools/Configuration.html
@@ -134,7 +134,7 @@ foreach my $key ( sort keys %{*RT::} ) {
 
 <%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