New start-form component to display process start forms

Refs #730
This commit is contained in:
Will Abson
2016-10-31 09:56:16 +00:00
parent de1bac458b
commit a4cde396dd
8 changed files with 205 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ export class ActivitiForm implements OnInit, AfterViewChecked, OnChanges {
debugMode: boolean = false;
constructor(private formService: FormService,
constructor(protected formService: FormService,
private visibilityService: WidgetVisibilityService,
private ecmModelService: EcmModelService,
private nodeService: NodeService) {