@masterteam/task-schedule 0.0.25 → 0.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2669,8 +2669,11 @@ class TaskScheduleDialog {
|
|
|
2669
2669
|
...(request.fields ?? []),
|
|
2670
2670
|
{
|
|
2671
2671
|
// Parent reference is the anchor row's schedule guid / externalId,
|
|
2672
|
-
// not its numeric database id.
|
|
2673
|
-
|
|
2672
|
+
// not its numeric database id. Send it under the canonical `parentId`
|
|
2673
|
+
// key (the same key the drag-drop reparent and bulk-update paths use)
|
|
2674
|
+
// so the new task is actually nested as a subtask; `externalParentId`
|
|
2675
|
+
// is only a legacy alias and isn't reliably honored on create.
|
|
2676
|
+
propertyKey: 'parentId',
|
|
2674
2677
|
value: this.parentGuid(),
|
|
2675
2678
|
},
|
|
2676
2679
|
],
|