diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-03-17 11:26:23 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-03-17 11:26:23 +0100 |
commit | c47b010b3b0c817e46bab0136b64edb1bdc2fc48 (patch) | |
tree | 395ac59321ae7c8bb98decf916a6c6e6b6122f49 /Bugzilla | |
parent | a41f75ddfe91e2da353caa2fcf6afba7b5ee2ca6 (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Hook.pm | 15 |
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, |