Create new class SubtaskStatusModel

This commit is contained in:
Frederic Guillot
2016-07-23 21:48:59 -04:00
parent f216e345ba
commit 24555080fd
12 changed files with 506 additions and 486 deletions

View File

@@ -21,7 +21,7 @@ class BootstrapSubscriber extends BaseSubscriber implements EventSubscriberInter
$this->actionManager->attachEvents();
if ($this->userSession->isLogged()) {
$this->sessionStorage->hasSubtaskInProgress = $this->subtaskModel->hasSubtaskInProgress($this->userSession->getId());
$this->sessionStorage->hasSubtaskInProgress = $this->subtaskStatusModel->hasSubtaskInProgress($this->userSession->getId());
}
}