Skip to content

Prevent unnecessary namespace listing #458

@JBBianchi

Description

@JBBianchi

What would you like to be added:
Avoid listing namespaces when they are not required, namely in a workflow details view.

Why is this needed:
In the workflow details view, when listing the instances of a workflow, the list component currently retrieves the list of namespaces by default. This is typically used to populate a dropdown for filtering entities by namespace.

However, in cases where the namespace is predefined by the workflow definition and fixed, the namespace dropdown is not displayed. In such situations, fetching the list of namespaces is unnecessary and could be avoided to improve efficiency.

Metadata

Metadata

Assignees

Labels

app: dashboardConcerns the Dashboard UIpriority: lowIndicates a low priority issuetype: enhancementNew feature or requestweight: 2An issue with a low development impact

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions