[Rt-devel] PATCH: Can't see disabled groups in 3.6rc3

Philip Kime pkime at Shopzilla.com
Thu Jun 8 13:32:27 EDT 2006


The "Show disabled Groups" checkbox does nothing in RT 3.6rc3
 
*** /usr/local/rt/share/html/Admin/Groups/index.html 2006-01-11
19:04:46.000000000 -0800
--- /tmp/index.html 2006-06-08 10:41:17.963461848 -0700
***************
*** 75,80 ****
--- 75,85 ----
  <%INIT>
  my $Groups = RT::Groups->new($session{'CurrentUser'});
  $Groups->LimitToUserDefinedGroups();
+ 
+ if ($FindDisabledGroups) {
+         $Groups->{'find_disabled_rows'} = 1;
+ }
+ 
  my $title = loc('Select a group');
  my $caption;
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/rt-devel/attachments/20060608/79c27a12/attachment.htm


More information about the Rt-devel mailing list