Clone boards with stacks, labels (#1221)
Clone boards with stacks, labels
This commit is contained in:
@@ -150,4 +150,13 @@ class BoardController extends ApiController {
|
||||
return $this->boardService->deleteAcl($aclId);
|
||||
}
|
||||
|
||||
/**
|
||||
* @NoAdminRequired
|
||||
* @param $boardId
|
||||
* @return \OCP\Deck\DB\Board
|
||||
*/
|
||||
public function clone($boardId) {
|
||||
return $this->boardService->clone($boardId);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user