ui fix
This commit is contained in:
parent
b9e5e07cc6
commit
0789653fb2
|
@ -67,6 +67,7 @@ export class PlanBlueprintEditorModel extends BaseEditorModel implements PlanBlu
|
|||
section.id = Guid.create();
|
||||
section.ordinal = index + 1;
|
||||
section.hasTemplates = false;
|
||||
section.prefillingSourcesEnabled = false;
|
||||
return section.buildForm({ rootPath: 'definition.sections[' + index + '].' });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue