committing WIP (improving error validation across the api's)
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
@@ -89,6 +89,10 @@ class StackService {
|
||||
}
|
||||
}
|
||||
|
||||
public function find($stackId) {
|
||||
throw new \Exception('Not yet implemented');
|
||||
}
|
||||
|
||||
public function findAll($boardId) {
|
||||
$this->permissionService->checkPermission(null, $boardId, Acl::PERMISSION_READ);
|
||||
$stacks = $this->stackMapper->findAll($boardId);
|
||||
|
||||
Reference in New Issue
Block a user