Skip to content

Commit 6b8ef3f

Browse files
authored
Merge pull request #47 from aligent/feature/update-redirect-v3
2 parents 043fc28 + 3292403 commit 6b8ef3f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Controller/Adminhtml/Events/Retry.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ class Retry extends Action implements HttpPostActionInterface
1818
* Retry Constructor
1919
*
2020
* @param Context $context
21-
* @param PageFactory $resultPageFactory
2221
* @param RetryManager $retryManager
2322
* @param SerializerInterface $serializer
2423
*/
2524
public function __construct(
2625
Context $context,
27-
private readonly PageFactory $resultPageFactory,
2826
private readonly RetryManager $retryManager,
2927
private readonly SerializerInterface $serializer
3028
) {
@@ -46,6 +44,6 @@ public function execute(): void
4644
$data['uuid']
4745
);
4846

49-
$this->_redirect($this->_redirect->getRefererUrl());
47+
$this->_redirect('*/logs/trace/uuid/' . $data['uuid'], ['_current' => true]);
5048
}
5149
}

0 commit comments

Comments
 (0)