Allow to use card item without being available in global card store
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -167,20 +167,4 @@ class CardController extends Controller {
|
||||
public function unassignUser($cardId, $userId, $type = 0) {
|
||||
return $this->assignmentService->unassignUser($cardId, $userId, $type);
|
||||
}
|
||||
|
||||
/**
|
||||
* @NoAdminRequired
|
||||
* @return array
|
||||
*/
|
||||
public function findAllWithDue($userId) {
|
||||
return $this->dashboardService->findAllWithDue($userId);
|
||||
}
|
||||
|
||||
/**
|
||||
* @NoAdminRequired
|
||||
* @return array
|
||||
*/
|
||||
public function findMyAssignedCards($userId) {
|
||||
return $this->dashboardService->findMyAssignedCards($userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user