v4xsh opened a new pull request, #61556:
URL: https://github.com/apache/airflow/pull/61556

   When `hide_paused_dags_by_default` is enabled, selecting the “All” paused
   filter incorrectly continues to hide paused DAGs.
   
   This change ensures that:
   - The config only affects the default behavior when no filter is selected
   - Explicit user selection always takes precedence
   - The “All” filter consistently shows both active and paused DAGs
   
   No UI changes were required; the fix is limited to default filter handling
   and backend query parameter resolution.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to