Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
47acbd6b
Commit
47acbd6b
authored
Oct 19, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes obsolete "do not respect storage page" for user repository
parent
36b88f12
Pipeline
#2574
passed with stages
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
html/typo3conf/ext/ter_fe2/Classes/Controller/ExtensionController.php
...nf/ext/ter_fe2/Classes/Controller/ExtensionController.php
+0
-5
No files found.
html/typo3conf/ext/ter_fe2/Classes/Controller/ExtensionController.php
View file @
47acbd6b
...
...
@@ -102,12 +102,7 @@ class ExtensionController extends \T3o\TerFe2\Controller\AbstractController
*/
public
function
injectOwnerRepository
(
\
TYPO3\CMS\Extbase\Domain\Repository\FrontendUserRepository
$ownerRepository
)
{
/** @var QuerySettingsInterface $querySettings */
$querySettings
=
$this
->
objectManager
->
get
(
\
TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface
::
class
);
$querySettings
->
setRespectStoragePage
(
false
);
$this
->
ownerRepository
=
$ownerRepository
;
$this
->
ownerRepository
->
setDefaultQuerySettings
(
$querySettings
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment