Edgewall Software

Changes between Version 6 and Version 7 of TracBatchModify


Ignore:
Timestamp:
Apr 15, 2015, 9:10:07 AM (9 years ago)
Author:
Jun Omae
Comment:

Trac 1.0 currently doesn't support actions such as prepend, append, … in multi-line text fields.

Legend:

Unmodified
Added
Removed
Modified
  • TracBatchModify

    v6 v7  
    1212== Excluded fields
    1313
    14 Multi-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 [TracTicketsCustomFields#AvailableFieldTypesandOptions custom field] of type 'textarea'. However, Trac version 1.0 supports more suitable actions like 'prepend', 'append' or 'search & replace' ([http://trac-hacks.org/ticket/2415 th:#2415]).
     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 [TracTicketsCustomFields#AvailableFieldTypesandOptions custom field] of type 'textarea'. However, future versions of Trac could support in conjunction with more suitable actions like 'prepend', 'append' or 'search & replace' ([http://trac-hacks.org/ticket/2415 th:#2415]).