[Rt-devel] Patch: fix "Include disabled groups in listing" checkbox.

Dmitri Tikhonov dtikhonov at vonage.com
Mon Apr 24 09:45:20 EDT 2006


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+)/) {




More information about the Rt-devel mailing list