This is an automated email from the ASF dual-hosted git repository.
dhanak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new f42aa86af19 kie-tools-issues#3184-
[sonataflow-management-console-webapp] Management console is unable to sort
workflow instances by ID (#3189)
f42aa86af19 is described below
commit f42aa86af19f9e1524f64120812f45552d9ac515
Author: Kumar Aditya Raj <[email protected]>
AuthorDate: Tue Jul 15 16:12:33 2025 +0530
kie-tools-issues#3184- [sonataflow-management-console-webapp] Management
console is unable to sort workflow instances by ID (#3189)
Co-authored-by: kumaradityaraj <[email protected]>
Co-authored-by: Fabrizio Antonangeli <[email protected]>
---
.../envelope/components/WorkflowListTable/WorkflowListTable.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/packages/runtime-tools-swf-enveloped-components/src/workflowList/envelope/components/WorkflowListTable/WorkflowListTable.tsx
b/packages/runtime-tools-swf-enveloped-components/src/workflowList/envelope/components/WorkflowListTable/WorkflowListTable.tsx
index feffa93ca93..2895d69e97b 100644
---
a/packages/runtime-tools-swf-enveloped-components/src/workflowList/envelope/components/WorkflowListTable/WorkflowListTable.tsx
+++
b/packages/runtime-tools-swf-enveloped-components/src/workflowList/envelope/components/WorkflowListTable/WorkflowListTable.tsx
@@ -85,7 +85,7 @@ const WorkflowListTable: React.FC<WorkflowListTableProps &
OUIAProps> = ({
ouiaSafe,
}) => {
const [rowPairs, setRowPairs] = useState<any>([]);
- const columns: string[] = ["__Toggle", "__Select", "Id", "Status",
"Created", "Last update", "__Actions"];
+ const columns: string[] = ["__Toggle", "__Select", "Process name", "Status",
"Created", "Last update", "__Actions"];
const [modalTitle, setModalTitle] = useState<string>("");
const [modalContent, setModalContent] = useState<string>("");
const [titleType, setTitleType] = useState<string>("");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]