Merge pull request #4196 from nextcloud/bugfix/noid/userid-prop
Add missing userId property
This commit is contained in:
@@ -40,6 +40,7 @@ class CardReferenceProvider implements IReferenceProvider {
|
|||||||
private IURLGenerator $urlGenerator;
|
private IURLGenerator $urlGenerator;
|
||||||
private BoardService $boardService;
|
private BoardService $boardService;
|
||||||
private StackService $stackService;
|
private StackService $stackService;
|
||||||
|
private ?string $userId;
|
||||||
|
|
||||||
public function __construct(CardService $cardService,
|
public function __construct(CardService $cardService,
|
||||||
BoardService $boardService,
|
BoardService $boardService,
|
||||||
@@ -50,6 +51,7 @@ class CardReferenceProvider implements IReferenceProvider {
|
|||||||
$this->urlGenerator = $urlGenerator;
|
$this->urlGenerator = $urlGenerator;
|
||||||
$this->boardService = $boardService;
|
$this->boardService = $boardService;
|
||||||
$this->stackService = $stackService;
|
$this->stackService = $stackService;
|
||||||
|
$this->userId = $userId;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user