From 8345701835066f68fc66f4177be57d19db6899d6 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 20 Aug 2008 02:27:51 +0000 Subject: Bug 437005: Add hook to colchange.cgi to add column(s) to buglist Patch By Elliotte Martin r=mkanat, a=mkanat --- Bugzilla/Hook.pm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Bugzilla/Hook.pm') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index 4fb1424f8..7ffd38aa5 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -393,3 +393,19 @@ A hash that maps the names of errors (like C) to numbers. See L for an example. =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 buglist-columns hook. +See L. + +=back -- cgit v1.2.3-24-g4f1b