Fixed the order of tasks in task list

This commit is contained in:
Shalabh Aggarwal 2012-09-21 11:12:19 +05:30
parent f4255359e0
commit b404b42bf2
1 changed files with 4 additions and 0 deletions

View File

@ -180,6 +180,10 @@ class Project(ModelSQL, ModelView):
#TODO: Add a field for computed state
def __init__(self):
super(Project, self).__init__()
self._order.insert(0, ('id', 'DESC'))
@login_required
def home(self):
"""