File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Controller/Adminhtml/Events
view/adminhtml/ui_component Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,6 @@ public function execute()
57
57
$ data ['uuid ' ]
58
58
);
59
59
60
- $ this ->_redirect ($ this -> _redirect -> getRefererUrl () );
60
+ $ this ->_redirect (' */logs/trace/uuid/ ' . $ data [ ' uuid ' ], [ ' _current ' => true ] );
61
61
}
62
62
}
Original file line number Diff line number Diff line change 33
33
<bookmark name =" bookmarks" />
34
34
<columnsControls name =" columns_controls" />
35
35
<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 >
37
41
<exportButton name =" export_button" />
38
42
<paging name =" listing_paging" />
39
43
</listingToolbar >
You can’t perform that action at this time.
0 commit comments