[Rt-devel] Patch: fix "Include disabled groups in listing"
checkbox.
Jesse Vincent
jesse at bestpractical.com
Mon Apr 24 10:48:03 EDT 2006
Thanks. Applied.
On Mon, Apr 24, 2006 at 09:45:20AM -0400, Dmitri Tikhonov wrote:
> In stock rt 3.4.5, "Include disabled groups in listing" checkbox on
> "Select a group" page does not do anything. This patch fixes it.
>
> - Dmitri.
>
> --- rt3/Admin/Groups/index.html 21 Apr 2006 19:23:18 -0000 1.1.1.1
> +++ rt3/Admin/Groups/index.html 24 Apr 2006 11:43:42 -0000
> @@ -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+)/) {
>
>
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>
> Best Practical is hiring! Come hack Perl for us: http://bestpractical.com/about/jobs.html
>
--
More information about the Rt-devel
mailing list