Closed reisingerf closed 4 days ago
When listing workflow runs, the workflow run name is capitalised in the view (the string is still correct / lowercase when copying though).
See: https://orcaui.umccr.org/runs/workflow Workflow run names look like Umccr--Automated--... compared to the original umccr--automated--...
Umccr--Automated--...
umccr--automated--...
issue fixed with PR https://github.com/umccr/orca-ui/pull/73 now, the name will show same format as the database
I can see the change in the dev UI. Thanks!
When listing workflow runs, the workflow run name is capitalised in the view (the string is still correct / lowercase when copying though).
See: https://orcaui.umccr.org/runs/workflow Workflow run names look like
Umccr--Automated--...
compared to the originalumccr--automated--...