Edgewall Software

Changes between Version 2 and Version 3 of Ticket #525, comment 101


Ignore:
Timestamp:
Apr 2, 2012, 9:50:35 PM (12 years ago)
Author:
Peter Suter

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #525, comment 101

    v2 v3  
    11Replying to [comment:100 mrelbe]:
    22>  1. In the timeline, a batch edit shows the ticket ids in one row, in database time order (I guess). But I think they should be sorted on id.
     3
     4Fixed in [11024].
    35
    46>  3. In the same view, I think "Add Field" should be above "Comment".
     
    1012
    1113Oops, I see. There's a problem in `BatchModifyModule._get_action_controls`.
     14The action section shows //all// actions available in //any// ticket from the query result. So far these were all rendered in the context of the last ticket.
     15In [11023] I change the actions to be rendered in the context of the first ticket where the action is available. (This is still not perfect, e.g. the hint might mention details only true for that one ticket, like its old ticket owner.)