зеркало из https://github.com/nextcloud/deck.git
fix: Avoid failing on public dav URLs
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Родитель
bdaf28eef4
Коммит
97eb0a2c5e
|
@ -88,8 +88,6 @@ class AssignmentService {
|
|||
$this->changeHelper = $changeHelper;
|
||||
$this->activityManager = $activityManager;
|
||||
$this->eventDispatcher = $eventDispatcher;
|
||||
|
||||
$this->assignmentServiceValidator->check(compact('userId'));
|
||||
$this->currentUser = $userId;
|
||||
}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ use Psr\Log\LoggerInterface;
|
|||
|
||||
class CardService {
|
||||
|
||||
private string $currentUser;
|
||||
private ?string $currentUser;
|
||||
|
||||
public function __construct(
|
||||
private CardMapper $cardMapper,
|
||||
|
|
Загрузка…
Ссылка в новой задаче