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

Jesse Vincent jesse at bestpractical.com
Sat Jun 3 23:39:37 EDT 2006


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
> sectionof /Admin/Groups/index.html and now it seems to work ...
>  
> if ($FindDisabledGroups) {
>         $Groups->{'find_disabled_rows'} = 1;
> }
> 
> I found this out the hard way as I thought I'd disabled a group (I had)
> went to display it to re-enable it, couldn't, recreated the group with
> the same name (RT let me do this) and I ended up with two groups with
> the same name. Some code I was using to set Group rights then kept
> setting the rights on the invisible, disabled one and confused the hell
> out of me ...
>  
> $Group->LoadUserDefinedGroup
>  
> found the disabled group first when loading the group by name ...
>  
> PK
>  
> --
> Philip Kime
> NOPS Systems Architect
> 310 401 0407
>  

> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
> 
> 
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
> Buy a copy at http://rtbook.bestpractical.com
> 
> 
> We're hiring! Come hack Perl for Best Practical: http://bestpractical.com/about/jobs.html

-- 



More information about the rt-users mailing list