Edgewall Software

Changes between Version 1 and Version 2 of TracBatchModify


Ignore:
Timestamp:
May 31, 2013, 10:37:27 PM (11 years ago)
Author:
Steffen Hoffmann
Comment:

note about decision to not support batch modification of multi-line text fields according to comment:ticket:525:96

Legend:

Unmodified
Added
Removed
Modified
  • TracBatchModify

    v1 v2  
    99
    1010The `Keywords` and `Cc` fields are treated as lists, where list items can be added and/or removed in addition of replacing the entire list value. All list field controls accept multiple items (i.e. multiple keywords or cc addresses).
     11
     12== Excluded fields
     13
     14Multi-line text fields are not supported, because no valid use-case has been presented for syncing them across several tickets. That restriction applies to the `Description` field as well as to any [http://trac.edgewall.org/wiki/TracTicketsCustomFields#AvailableFieldTypesandOptions custom field] of type 'textarea'. However in conjunction with more suitable actions like 'prepend' or 'append' this could change in future Trac versions.