[Rt-commit] r5183 - in rt/branches/3.4-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Mon May 8 22:31:57 EDT 2006
Author: jesse
Date: Mon May 8 22:31:56 2006
New Revision: 5183
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/html/Admin/Groups/index.html
Log:
r13313 at hualien: jesse | 2006-05-08 12:01:55 -0400
* Finding disabled groups should actually find them, now
Modified: rt/branches/3.4-RELEASE/html/Admin/Groups/index.html
==============================================================================
--- rt/branches/3.4-RELEASE/html/Admin/Groups/index.html (original)
+++ rt/branches/3.4-RELEASE/html/Admin/Groups/index.html Mon May 8 22:31:56 2006
@@ -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-commit
mailing list