UI > lists > Bug (new)

sort task-lists for estimated / completion / #974

Summary

new
Apr 24, 2006
2 hours ... 4 hours
Apr 24, 2006 / frank
Jan 5, 2009 / phsouzacruz
 

Attached files

No files uploaded
Der Kartenreiter "Zeit/Fertig" ist im Bereich Aufgaben nicht sortierbar

Issue report

Minor
Not available
 

1 Comment

pixtur

Apr 25, 2006
This would require sorting one column for two different keyword...
This would be a really nice feature, but the current list-handler does not cover this feature. This might be possible by adding an array as column-header:
  • "Estimated / Complete" would be defined as
title= "%s / %s", 
tooltip= __("Some tooltip"),
sort_keys= array(
    array(
    field='estimated',
    name=__('Estimated'),
   ),
   array(
    field='completed',
    name=__('Completed'),
  ),
)


 

Comment / Update