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

   ### What
   
   When viewing XCom entries from the **Grid view** (task instance context), 
the following columns are redundant because the same information is already 
visible in the header above:
   
   - **Dag ID**
   - **Dag Run ID**
   - **Run After**
   - **Task**
   - **Map Index**
   
   These columns are now conditionally rendered — hidden on the task instance 
detail page (Grid view XCom tab) while still shown on the global **Browse > 
XCom** page where they provide necessary context.
   
   ### How
   
   Added an `isTaskInstancePage` check (derived from URL params) and 
conditionally spreads the redundant column definitions only when viewing from 
the global XCom page.
   
   Closes #68178
   
   ---
   
   (cherry-picked from 7e6818f7)


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