Patch: fix "Include disabled groups in listing" checkbox

In stock rt 3.4.5, “Include disabled groups in listing” checkbox on
"Select a group" page does not do anything. This patch fixes it.

  • Dmitri.

— rt3/Admin/Groups/index.html 21 Apr 2006 19:23:18 -0000 1.1.1.1
+++ rt3/Admin/Groups/index.html 24 Apr 2006 11:43:42 -0000
@@ -78,6 +78,10 @@
my $title = loc(‘Select a group’);
my $caption;

+if ($FindDisabledGroups) {

  • $Groups->FindAllRows();
    +}
    if (length $GroupString) {
    $caption = loc(“Groups matching search criteria”);
    if ($GroupField =~ /^CustomField-(\d+)/) {

Thanks. Applied.On Mon, Apr 24, 2006 at 09:45:20AM -0400, Dmitri Tikhonov wrote:

In stock rt 3.4.5, “Include disabled groups in listing” checkbox on
“Select a group” page does not do anything. This patch fixes it.

  • Dmitri.

— rt3/Admin/Groups/index.html 21 Apr 2006 19:23:18 -0000 1.1.1.1
+++ rt3/Admin/Groups/index.html 24 Apr 2006 11:43:42 -0000
@@ -78,6 +78,10 @@
my $title = loc(‘Select a group’);
my $caption;

+if ($FindDisabledGroups) {

  • $Groups->FindAllRows();
    +}

if (length $GroupString) {
$caption = loc(“Groups matching search criteria”);
if ($GroupField =~ /^CustomField-(\d+)/) {


List info: The rt-devel Archives

Best Practical is hiring! Come hack Perl for us: Careers — Best Practical Solutions