This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new f3913bc815e AIP-38 Fix clear mapped task with a note (#45821)
f3913bc815e is described below
commit f3913bc815e4d3cf550c73621a0947c035908229
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Tue Jan 21 10:40:02 2025 +0100
AIP-38 Fix clear mapped task with a note (#45821)
---
airflow/ui/src/components/Clear/TaskInstance/ClearTaskInstanceDialog.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git
a/airflow/ui/src/components/Clear/TaskInstance/ClearTaskInstanceDialog.tsx
b/airflow/ui/src/components/Clear/TaskInstance/ClearTaskInstanceDialog.tsx
index c44460c646a..45c5a1c2d0f 100644
--- a/airflow/ui/src/components/Clear/TaskInstance/ClearTaskInstanceDialog.tsx
+++ b/airflow/ui/src/components/Clear/TaskInstance/ClearTaskInstanceDialog.tsx
@@ -136,6 +136,7 @@ const ClearTaskInstanceDialog = ({
mutatePatchTaskInstance({
dagId,
dagRunId,
+ mapIndex,
requestBody: { note },
taskId,
});