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:
Zara 2016-02-22 17:32:46 +00:00
parent beed1968e5
commit 1134d08dd3

View File

@ -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>