Skip to content

Commit 24932c8

Browse files
committed
IBX-8140: Enabled authenticator manager-based security
1 parent 240d327 commit 24932c8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8210,6 +8210,11 @@ parameters:
82108210
count: 1
82118211
path: src/lib/Notification/TranslatableNotificationHandler.php
82128212

8213+
-
8214+
message: "#^Cannot access offset mixed on iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ContentType\\\\ContentType\\>\\.$#"
8215+
count: 1
8216+
path: src/lib/Pagination/Mapper/AbstractPagerContentToDataMapper.php
8217+
82138218
-
82148219
message: "#^Method Ibexa\\\\AdminUi\\\\Pagination\\\\Mapper\\\\AbstractPagerContentToDataMapper\\:\\:setTranslatedContentTypesNames\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
82158220
count: 1

src/bundle/Controller/ContentViewController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ public function __construct(
158158
*/
159159
public function locationViewAction(Request $request, ContentView $view): ContentView
160160
{
161+
$this->performAccessCheck();
162+
161163
// We should not cache ContentView because we use forms with CSRF tokens in template
162164
// JIRA ref: https://issues.ibexa.co/browse/EZP-28190
163165
$view->setCacheEnabled(false);

0 commit comments

Comments
 (0)