github-actions[bot] opened a new pull request, #64266:
URL: https://github.com/apache/airflow/pull/64266

   The PoolBar component links to the task instances page using
   SearchParamsKeys.STATE ('state') and SearchParamsKeys.POOL ('pool'),
   but the TaskInstances page reads filters from SearchParamsKeys.TASK_STATE
   ('task_state') and SearchParamsKeys.POOL_NAME_PATTERN ('pool_name_pattern').
   
   This mismatch causes clicking a pool slot segment (running, queued, etc.)
   to navigate to the task instances page without any filters being applied,
   showing all task instances instead of those filtered by the clicked state
   and pool.
   
   Fix by using the correct search parameter keys (TASK_STATE and
   POOL_NAME_PATTERN) and slot.slotType instead of slot.color for the
   state filter value.
   (cherry picked from commit 0c2a8d548bd8c29653e4ce91b912562a170205fd)
   
   Co-authored-by: Burra Karthikeya <[email protected]>


-- 
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