This commit is contained in:
Eudes Inácio
2021-08-18 17:37:10 +01:00
107 changed files with 2027 additions and 1639 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ export class ProcessesService {
return this.http.post<any>(`${geturl}`, body, options);
}
GetTaskParticipants(folderId:string): Observable<any>{
GetTaskParticipants(folderId): Observable<any>{
const geturl = environment.apiURL + 'Processes/GetUsersInDispash';
let params = new HttpParams();
+1 -1
View File
@@ -39,7 +39,7 @@ export class WebNotificationsService {
MFPPush.registerDevice()
.then((res) => {
alert("WEB Successfully Registered Device...");
console.log("WEB Successfully Registered Device...");
})
.catch((err) => {
console.log("WEB Registration Failed" + err);