Skip to content
Snippets Groups Projects
Commit 390b3b0a authored by Zoltan Runyo's avatar Zoltan Runyo
Browse files

Fix /operations sorting

parent 0c74a61c
No related branches found
No related tags found
3 merge requests!270Merging develop branch to master in order to create RC,!222Fixing missing time interval parameter for logs,!202Merging develop to master
Pipeline #114554 passed
......@@ -85,7 +85,7 @@ export function JobListView() {
}
if (columnSort.sortField === "user") {
requestParams.order_by = "CREATED_BY";
requestParams.order_by = "USER";
}
if (columnSort.sortField === "ioc") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment