Group Tasks By Status
Tasks in a story are now grouped together by status. This is not configurable, but should make things a little easier to parse. Change-Id: I179db03304407d047aff117b7551bb5cdd9f5792
This commit is contained in:
parent
beed1968e5
commit
1134d08dd3
@ -208,7 +208,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="task in tasks"
|
||||
<tr ng-repeat="task in tasks | orderBy:'-status'"
|
||||
ng-include
|
||||
src="'/inline/task_list_item.html'">
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user