Backend: assign/remove user impelementation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Härtl
parent
01f11d1be9
commit
447cb80573
@@ -144,14 +144,14 @@ class CardController extends Controller {
|
||||
* @NoAdminRequired
|
||||
*/
|
||||
public function assignUser($cardId, $userId) {
|
||||
//$this->cardService->removeLabel($cardId, $labelId);
|
||||
return $this->cardService->assignUser($cardId, $userId);
|
||||
}
|
||||
|
||||
/**
|
||||
* @NoAdminRequired
|
||||
*/
|
||||
public function unassignUser($cardId, $userId) {
|
||||
//$this->cardService->removeLabel($cardId, $labelId);
|
||||
return $this->cardService->unassignUser($cardId, $userId);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user