mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Start process: Make the title optional (#5580)
* Make the title optional * Add the title on demoshell * Remove the mat card and css * Fix scss
This commit is contained in:
@@ -50,6 +50,9 @@ export class StartProcessInstanceComponent implements OnChanges, OnInit, OnDestr
|
||||
@Input()
|
||||
appId: number;
|
||||
|
||||
@Input()
|
||||
title: string;
|
||||
|
||||
/** (optional) Definition name of the process to start. */
|
||||
@Input()
|
||||
processDefinitionName: string;
|
||||
|
Reference in New Issue
Block a user