add inativity page

This commit is contained in:
Peter Maquiran
2021-08-27 09:48:51 +01:00
parent bf89001177
commit 6aec4a1d5f
10 changed files with 89 additions and 139 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ import { Observable } from 'rxjs';
import { DocumentSetUpMeeting } from '../models/CallMeeting';
import { Excludetask } from '../models/Excludetask';
import { ExpedienteFullTask } from '../models/Expediente';
import { GetTasksListType } from '../models/GetTasksListType';
@Injectable({
providedIn: 'root'
@@ -23,7 +24,7 @@ export class ProcessesService {
this.headers = this.headers.set('Authorization', this.loggeduser.BasicAuthKey);
}
GetTasksList(processname:string, onlycount:boolean): Observable<any>
GetTasksList(processname: typeof GetTasksListType, onlycount:boolean): Observable<any>
{
const geturl = environment.apiURL + 'tasks/List';
let params = new HttpParams();