diff --git a/src/ts/scripting/core/services/WorkFormService.ts b/src/ts/scripting/core/services/WorkFormService.ts index 18b010644bdba07348674e957b24984442572780..4d89f8798a9aa17d0494d48155402351c4041026 100644 --- a/src/ts/scripting/core/services/WorkFormService.ts +++ b/src/ts/scripting/core/services/WorkFormService.ts @@ -344,9 +344,7 @@ export default class WorkFormService extends mixins( delete this.formData.detail[formId][row.id]; } case 'all': - for (const row of rows) { - this.updateDetailData(formId, [row]); - } + this.updateDetailData(formId, rows); break; default: break;