Closed reisingerf closed 1 month ago
In the Workflows view the paging parameters are kept in the URL when switching between different filters (succeeded, failed, etc).
That leads to failures if there are not enough results to view. Example:
Failed
Unable to load workflow runs data
Good point, I just make a quick fix on that: https://github.com/umccr/orca-ui/pull/43
And I will make another issue on how our page handle api error from 'page or rowPerPage' out of range
Thanks!
In the Workflows view the paging parameters are kept in the URL when switching between different filters (succeeded, failed, etc).
That leads to failures if there are not enough results to view. Example:
Failed
Unable to load workflow runs data