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: [EMAIL PROTECTED]


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

Reply via email to