Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
455ae16b
Commit
455ae16b
authored
May 21, 2019
by
Thomas Löffler
Browse files
Use correct UriBuilder
parent
a860ce03
Pipeline
#7043
passed with stages
in 2 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3omy/Classes/Hooks/RecordListWorkflowFeUsers.php
View file @
455ae16b
...
...
@@ -101,7 +101,7 @@ class RecordListWorkflowFeUsers implements RecordListHookInterface
'id'
=>
$row
[
'pid'
]
];
$uriBuilder
=
GeneralUtility
::
makeInstance
(
\
TYPO3\CMS\
Extbase\Mvc\Web
\Routing\UriBuilder
::
class
);
$uriBuilder
=
GeneralUtility
::
makeInstance
(
\
TYPO3\CMS\
Backend
\Routing\UriBuilder
::
class
);
$href
=
$uriBuilder
->
buildUriFromRoute
(
'web_list'
,
$urlParameters
);
$class
=
'btn btn-default'
;
...
...
extensions/t3omy/Classes/Hooks/RecordListWorkflowOldUsers.php
View file @
455ae16b
...
...
@@ -100,7 +100,7 @@ class RecordListWorkflowOldUsers implements RecordListHookInterface
],
];
$uriBuilder
=
GeneralUtility
::
makeInstance
(
\
TYPO3\CMS\
Extbase\Mvc\Web
\Routing\UriBuilder
::
class
);
$uriBuilder
=
GeneralUtility
::
makeInstance
(
\
TYPO3\CMS\
Backend
\Routing\UriBuilder
::
class
);
$href
=
$uriBuilder
->
buildUriFromRoute
(
'web_list'
,
$urlParameters
);
$class
=
'btn btn-default'
;
...
...
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