Skip to content

Commit 554c4b7

Browse files
author
Salim Terres
committed
Bugs #15339 fix(reclassification): filing plan change detection
1 parent dea1930 commit 554c4b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ui/ui-frontend/projects/vitamui-library/src/lib/components/filing-plan/filing-plan.component.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,10 @@ export class FilingPlanComponent extends AbstractFormInputDirective implements O
229229
}
230230
}
231231

232-
// FIXME is this really needed ?
233-
this.onChange(this.selectedNodes);
232+
this.onChange({
233+
included: [...this.selectedNodes.included],
234+
excluded: [...this.selectedNodes.excluded],
235+
});
234236
this.onTouched();
235237
}
236238

0 commit comments

Comments
 (0)