regenerate lock

This commit is contained in:
Eugenio Romano
2017-06-30 01:19:47 +01:00
parent 8ead3d8aae
commit b3ae674f7a
26 changed files with 1696 additions and 1471 deletions

View File

@@ -106,7 +106,7 @@ export class FormDemoComponent implements OnInit, AfterViewInit {
id => {
this.formService.getFormDefinitionById(id).subscribe(
form => {
this.form = this.formService.parseForm((form);
this.form = this.formService.parseForm(form);
},
(error) => {
this.showError = true;