From c47b010b3b0c817e46bab0136b64edb1bdc2fc48 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Wed, 17 Mar 2010 03:26:23 -0700 Subject: Bug 545587: Make colchange.cgi use the database to determine buglist-able columns, instead of having a fixed list. r=LpSolit, a=LpSolit --- Bugzilla/Hook.pm | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'Bugzilla/Hook.pm') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index ffb6a6e7b..a5be1d38d 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -428,21 +428,6 @@ spaces. =back -=head2 colchange_columns - -This happens in F right after the list of possible display -columns have been defined and gives you the opportunity to add additional -display columns to the list of selectable columns. - -Params: - -=over - -=item C - An arrayref containing an array of column IDs. Any IDs -added by this hook must have been defined in the the L hook. - -=back - =head2 config_add_panels If you want to add new panels to the Parameters administrative interface, -- cgit v1.2.3-24-g4f1b