diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-11-26 20:20:29 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-11-26 20:20:29 +0100 |
commit | 46e5d925026ccde28118bfcf28061c75f188b066 (patch) | |
tree | d9d95ff2e945ba67f1b8368cc33d24e38cd5dc6f /colchange.cgi | |
parent | ccf2d3e5e476ce72cb95894b68358950bfa1d24b (diff) | |
download | bugzilla-46e5d925026ccde28118bfcf28061c75f188b066.tar.gz bugzilla-46e5d925026ccde28118bfcf28061c75f188b066.tar.xz |
Bug 718289: The deadline field should be visible by non-members of the timetracking group
r=dkl a=LpSolit
Diffstat (limited to 'colchange.cgi')
-rwxr-xr-x | colchange.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/colchange.cgi b/colchange.cgi index 0aa6c7cba..66b661e5a 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -26,6 +26,7 @@ use constant COLUMN_PARAMS => { 'usetargetmilestone' => ['target_milestone'], 'useqacontact' => ['qa_contact', 'qa_contact_realname'], 'usestatuswhiteboard' => ['status_whiteboard'], + 'timetrackinggroup' => ['deadline'], }; # We only show these columns if an object of this type exists in the |