Skip to content

Commit 35b3965

Browse files
authored
Merge pull request #46 from aligent/feature/update-redirects-v2
2 parents 07f4ed5 + 29f6ecf commit 35b3965

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Controller/Adminhtml/Events/Retry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ public function execute()
5757
$data['uuid']
5858
);
5959

60-
$this->_redirect($this->_redirect->getRefererUrl());
60+
$this->_redirect('*/logs/trace/uuid/' . $data['uuid'], ['_current' => true]);
6161
}
6262
}

view/adminhtml/ui_component/async_events_logs_listing.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
<bookmark name="bookmarks"/>
3434
<columnsControls name="columns_controls"/>
3535
<filters name="listing_filters"/>
36-
<filterSearch name="log_id" class="\Aligent\AsyncEvents\Model\Indexer\LuceneSearch"/>
36+
<filterSearch name="log_id" class="\Aligent\AsyncEvents\Model\Indexer\LuceneSearch">
37+
<settings>
38+
<placeholder>Search using Lucene Query Syntax</placeholder>
39+
</settings>
40+
</filterSearch>
3741
<exportButton name="export_button"/>
3842
<paging name="listing_paging"/>
3943
</listingToolbar>

0 commit comments

Comments
 (0)