mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1685] tasklist is not loading after logout
This commit is contained in:
@@ -32,10 +32,11 @@ import { TaskListModel } from '../models/task-list.model';
|
||||
export class TaskListService {
|
||||
private tasksListSubject = new Subject<TaskListModel>();
|
||||
|
||||
public tasksList$: Observable<TaskListModel> = this.tasksListSubject.asObservable();
|
||||
public tasksList$: Observable<TaskListModel>;
|
||||
|
||||
constructor(private apiService: AlfrescoApiService,
|
||||
private logService: LogService) {
|
||||
this.tasksList$ = this.tasksListSubject.asObservable();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -66,7 +66,7 @@
|
||||
}
|
||||
|
||||
.adf-error-container {
|
||||
height: 10px;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.adf-error-message {
|
||||
|
Reference in New Issue
Block a user