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
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}
You can’t perform that action at this time.
0 commit comments