Changes between Version 16 and Version 17 of TimeEstimationUserManual


Ignore:
Timestamp:
Sep 18, 2008, 9:02:05 PM (16 years ago)
Author:
Russ Tyndall
Comment:

updating manual

Legend:

Unmodified
Added
Removed
Modified
  • TimeEstimationUserManual

    v16 v17  
    9797
    9898# a list of all the fields to apply permissions to
    99 fields = billable, totalhours, hours, estimatedhours
     99fields = billable, totalhours, hours, estimatedhours, internal
    100100
    101101# a bunch of:
     
    109109hours.permission = TIME_RECORD:remove
    110110estimatedhours.permission = TIME_RECORD:disable
     111internal.permission = TIME_RECORD:hide
    111112}}}
    112113
    113 It also adds an "Internal" checkbox which allows you to set a ticket as internal.  The permission that looks at currently is 'TIME_ADMIN'.  To change that group set the internalgroup of the ticket section in the trac.ini as follows:
     114It also adds an "Internal" checkbox which allows you to set a ticket as internal.  For this policy to work correctly you need to add a line to the trac section of the config telling it which permission policies to use.  (The setup will attempt to put this line of configuration in place. )  The permission that looks at currently is 'TIME_ADMIN'.  To change that group set the internalgroup of the ticket section in the trac.ini as follows:
    114115
    115116{{{
     
    117118[ticket]
    118119internalgroup = TRAC_ADMIN
     120
     121[trac]
     122permission_policies = InternalTicketsPolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy
    119123}}}
    120124