add test ecc-model,node and forms

This commit is contained in:
Mario Romano
2016-09-05 18:30:59 +01:00
parent 3d7a137427
commit 8a4adbe7d7
7 changed files with 670 additions and 29 deletions

View File

@@ -403,7 +403,7 @@ export class ActivitiForm implements OnInit, AfterViewChecked, OnChanges {
this.formService.searchFrom(nodeType).subscribe(
form => {
if (!form) {
this.formService.createFormFromNodeType(nodeType).subscribe(formMetadata => {
this.formService.createFormFromANode(nodeType).subscribe(formMetadata => {
this.loadFormFromFormId(formMetadata.id);
});
} else {