summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-17 11:26:23 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-17 11:26:23 +0100
commitc47b010b3b0c817e46bab0136b64edb1bdc2fc48 (patch)
tree395ac59321ae7c8bb98decf916a6c6e6b6122f49 /Bugzilla/Hook.pm
parenta41f75ddfe91e2da353caa2fcf6afba7b5ee2ca6 (diff)
downloadbugzilla-c47b010b3b0c817e46bab0136b64edb1bdc2fc48.tar.gz
bugzilla-c47b010b3b0c817e46bab0136b64edb1bdc2fc48.tar.xz
Bug 545587: Make colchange.cgi use the database to determine buglist-able
columns, instead of having a fixed list. r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/Hook.pm')
-rw-r--r--Bugzilla/Hook.pm15
1 files changed, 0 insertions, 15 deletions
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<colchange.cgi> 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<columns> - An arrayref containing an array of column IDs. Any IDs
-added by this hook must have been defined in the the L</buglist_columns> hook.
-
-=back
-
=head2 config_add_panels
If you want to add new panels to the Parameters administrative interface,