Still merging
This commit is contained in:
@@ -241,8 +241,6 @@ class CmdAsana:
|
||||
|
||||
self.showMainLoading()
|
||||
|
||||
def showDetails(self, task_id):
|
||||
|
||||
def runInThread():
|
||||
projects = self.allMyProjects()
|
||||
update(projects)
|
||||
@@ -256,9 +254,9 @@ class CmdAsana:
|
||||
thread.start()
|
||||
|
||||
def loadProjectSearch(self):
|
||||
pass
|
||||
#callback somehow?
|
||||
|
||||
|
||||
def showDetails(self, task_id, show_loading=True):
|
||||
self.state['view'] = 'details'
|
||||
self.state['id'] = task_id
|
||||
|
||||
Reference in New Issue
Block a user