mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACA-3107] add possibility to hide task name from the sidenav (#5883)
* [ACA-3107] add possibility to hide task name from the sidenav * add unit tesT * add task header spinner * update documentation * fix unit test * change expect * add another check * replace expect condition * additional expect * use ToBeTruthy * simplify expect * add unit tesT * add task header spinner * fix unit test * change expect * add another check * additional expect * use ToBeTruthy * simplify expect Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
This commit is contained in:
@@ -50,6 +50,10 @@ export class TaskHeaderCloudComponent implements OnInit, OnDestroy, OnChanges {
|
||||
@Input()
|
||||
taskId: string;
|
||||
|
||||
/** Show/Hide the task title */
|
||||
@Input()
|
||||
showTitle: boolean = true;
|
||||
|
||||
/** Emitted when the task is claimed. */
|
||||
@Output()
|
||||
claim: EventEmitter<any> = new EventEmitter<any>();
|
||||
|
Reference in New Issue
Block a user