Subham-KRLX opened a new pull request, #63205:
URL: https://github.com/apache/airflow/pull/63205

   Dynamic task groups with 
[isMapped=true](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html)
 were getting /mapped appended to their URL in the grid view, producing URLs 
like /tasks/group/{groupId}/mapped — which has no matching route, resulting in 
a 404.
   
   The graph view already handles this correctly by skipping /mapped for 
groups. This fix adds the same 
[!isGroup](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html)
 guard to 
[buildTaskInstanceUrl](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html)
 in 
[links.ts](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html).
   
   closes: #63197


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