File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Controller/Adminhtml/Events Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,11 @@ class Retry extends Action implements HttpPostActionInterface
18
18
* Retry Constructor
19
19
*
20
20
* @param Context $context
21
- * @param PageFactory $resultPageFactory
22
21
* @param RetryManager $retryManager
23
22
* @param SerializerInterface $serializer
24
23
*/
25
24
public function __construct (
26
25
Context $ context ,
27
- private readonly PageFactory $ resultPageFactory ,
28
26
private readonly RetryManager $ retryManager ,
29
27
private readonly SerializerInterface $ serializer
30
28
) {
@@ -46,6 +44,6 @@ public function execute(): void
46
44
$ data ['uuid ' ]
47
45
);
48
46
49
- $ this ->_redirect ($ this -> _redirect -> getRefererUrl () );
47
+ $ this ->_redirect (' */logs/trace/uuid/ ' . $ data [ ' uuid ' ], [ ' _current ' => true ] );
50
48
}
51
49
}
You can’t perform that action at this time.
0 commit comments