Edgewall Software

Changes between Version 71 and Version 72 of TracTickets


Ignore:
Timestamp:
Oct 6, 2015, 1:11:53 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Add emphasis on recurring point. See also #12227.

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v71 v72  
    8181== Assign-to as Drop-Down List ==
    8282
    83 If the list of possible ticket owners is finite, you can change the ''assign-to'' ticket field from a text input to a drop-down list. This is done by setting the `restrict_owner` option of the `[ticket]` section in [wiki:TracIni trac.ini] to `true`. In that case, Trac will populate the list with all users who have authenticated with the project and possess the  `TICKET_MODIFY` [TracPermissions permissions].
     83If the list of possible ticket owners is finite, you can change the ''assign-to'' ticket field from a text input to a drop-down list. This is done by setting the `restrict_owner` option of the `[ticket]` section in [wiki:TracIni trac.ini] to `true`. In that case, Trac will populate the list with all users who **have authenticated with the project** and possess the  `TICKET_MODIFY` [TracPermissions permissions].
    8484
    8585You may find the dropdown list is //overpopulated// with users that are no longer active in the project. Revoking authentication privileges will not remove the session data that is used to populate the dropdown list. The [wiki:TracAdmin trac-admin] command can be used to list and remove sessions:
     
    9797
    9898'''Notes:'''
    99  - If you need serious flexibility and aren't afraid of a little plugin coding of your own, see [http://trac-hacks.org/wiki/FlexibleAssignToPlugin FlexibleAssignTo].
    100 
    101  -  Activating this option may cause some performance degradation. Read more about this in the [trac:TracPerformance#Configuration Trac performance] page.
     99- If wish to show users that
     100- If you need serious flexibility and aren't afraid of a little plugin coding of your own, see [http://trac-hacks.org/wiki/FlexibleAssignToPlugin FlexibleAssignTo].
     101-  Activating this option may cause some performance degradation. Read more about this in the [trac:TracPerformance#Configuration Trac performance] page.
    102102
    103103== Preset Values for New Tickets ==