Refresh the board only when it's necessary and add a link on the task title

This commit is contained in:
Frédéric Guillot
2014-03-12 22:09:17 -04:00
parent 9722cf6152
commit 64ac705c1e
6 changed files with 34 additions and 6 deletions

View File

@@ -276,7 +276,8 @@ class Board extends Base
}
$this->response->json(array(
'result' => $this->board->saveTasksPosition($this->request->getValues())
'result' => $this->board->saveTasksPosition($this->request->getValues()),
'refresh' => $this->event->getLastListenerExecuted() !== ''
));
}
}