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 /docs | |
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 'docs')
-rw-r--r-- | docs/en/xml/using.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml index 18d536bc9..88a87f0fc 100644 --- a/docs/en/xml/using.xml +++ b/docs/en/xml/using.xml @@ -1174,7 +1174,8 @@ Users who belong to the group specified by the <quote>timetrackinggroup</quote> parameter have access to time-related fields. Developers can see deadlines and estimated times to fix bugs, and can provide time spent - on these bugs. + on these bugs. Users who do not belong to this group can only see the deadline, + but not edit it. Other time-related fields remain invisible to them. </para> <para> |