mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
back
This commit is contained in:
@@ -227,7 +227,7 @@ export class DespachoService {
|
||||
}
|
||||
|
||||
this.LoaderService.push({})
|
||||
this.loader.push()
|
||||
// this.loader.push()
|
||||
|
||||
let result: fullTaskList[] = []
|
||||
let despachoList: customTask[] = [];
|
||||
@@ -252,7 +252,7 @@ export class DespachoService {
|
||||
|
||||
} finally {
|
||||
this.LoaderService.pop({})
|
||||
this.loader.pop()
|
||||
// this.loader.pop()
|
||||
return this.despachoStore.list
|
||||
}
|
||||
|
||||
@@ -260,16 +260,16 @@ export class DespachoService {
|
||||
|
||||
async getListPr() {
|
||||
|
||||
this.loader.push()
|
||||
// this.loader.push()
|
||||
let result
|
||||
try {
|
||||
result = await this.processes.GetTasksList("Despacho do Presidente da República", false).toPromise();
|
||||
|
||||
} catch(error) {
|
||||
this.loader.pop()
|
||||
// this.loader.pop()
|
||||
}
|
||||
|
||||
this.loader.pop()
|
||||
// this.loader.pop()
|
||||
|
||||
let despachosPr;
|
||||
let despachos = this.sortService.sortArrayByDate(result);
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
export let versionData = {
|
||||
"shortSHA": "e5b7032a1",
|
||||
"SHA": "e5b7032a1859f872c287f4525d821444f035e3fc",
|
||||
"shortSHA": "469057954",
|
||||
"SHA": "46905795443cdbdc03aeab57f214cedef55d3dd9",
|
||||
"branch": "develop_bitOut-fix",
|
||||
"lastCommitAuthor": "'Peter Maquiran'",
|
||||
"lastCommitTime": "'Fri Dec 30 14:31:19 2022 +0100'",
|
||||
"lastCommitMessage": "improve",
|
||||
"lastCommitNumber": "4595",
|
||||
"lastCommitTime": "'Fri Dec 30 14:36:16 2022 +0100'",
|
||||
"lastCommitMessage": "back",
|
||||
"lastCommitNumber": "4596",
|
||||
"change": "",
|
||||
"changeStatus": "On branch develop_bitOut-fix\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/gabinete-digital.page.ts",
|
||||
"changeStatus": "On branch develop_bitOut-fix\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/Rules/despacho.service.ts\n\tmodified: version/git-version.ts",
|
||||
"changeAuthor": "peter.maquiran"
|
||||
}
|
||||
Reference in New Issue
Block a user