mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Merge pull request #800 from Alfresco/dev-mvitale-776
Automatically open the new task when the task is completed
This commit is contained in:
@@ -153,7 +153,7 @@ export class ActivitiTaskList implements OnInit, OnChanges {
|
||||
/**
|
||||
* Select the first task of a tasklist if present
|
||||
*/
|
||||
private selectFirstTask() {
|
||||
selectFirstTask() {
|
||||
if (!this.isTaskListEmpty()) {
|
||||
this.currentTaskId = this.data.getRows()[0].getValue('id');
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user