[rt-users] Known bug in RT 3.4.5 with disabled Group display?

2006-06-03 Thread Philip Kime
Is it a known bug in 3.4.5 that the "Include disabled groups in listing" box on the Groups display page does nothing? I added this to the INIT sectionof /Admin/Groups/index.html and now it seems to work ... if ($FindDisabledGroups) { $Groups-{'find_disabled_rows'} = 1;} I found this out

Re: [rt-users] Known bug in RT 3.4.5 with disabled Group display?

2006-06-03 Thread Jesse Vincent
I believe we've already fixed this for 3.4.6, but checking that would be appreciated? On Sat, Jun 03, 2006 at 08:09:56PM -0700, Philip Kime wrote: Is it a known bug in 3.4.5 that the Include disabled groups in listing box on the Groups display page does nothing? I added this to the INIT