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:
Maurizio Vitale
2020-03-31 09:38:55 +01:00
committed by GitHub
parent 01d0f777c0
commit f4f46d0c60
5 changed files with 24 additions and 19 deletions

View File

@@ -213,6 +213,7 @@
<adf-start-process
#activitiStartProcess
[appId]="appId"
[title]="'ADF_PROCESS_LIST.START_PROCESS.FORM.TITLE'"
[name]="defaultProcessName"
[processDefinitionName]="defaultProcessDefinitionName"
(formContentClicked)="onContentClick($event)"