mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
back
This commit is contained in:
@@ -227,7 +227,7 @@ export class DespachoService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.LoaderService.push({})
|
this.LoaderService.push({})
|
||||||
this.loader.push()
|
// this.loader.push()
|
||||||
|
|
||||||
let result: fullTaskList[] = []
|
let result: fullTaskList[] = []
|
||||||
let despachoList: customTask[] = [];
|
let despachoList: customTask[] = [];
|
||||||
@@ -252,7 +252,7 @@ export class DespachoService {
|
|||||||
|
|
||||||
} finally {
|
} finally {
|
||||||
this.LoaderService.pop({})
|
this.LoaderService.pop({})
|
||||||
this.loader.pop()
|
// this.loader.pop()
|
||||||
return this.despachoStore.list
|
return this.despachoStore.list
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -260,16 +260,16 @@ export class DespachoService {
|
|||||||
|
|
||||||
async getListPr() {
|
async getListPr() {
|
||||||
|
|
||||||
this.loader.push()
|
// this.loader.push()
|
||||||
let result
|
let result
|
||||||
try {
|
try {
|
||||||
result = await this.processes.GetTasksList("Despacho do Presidente da República", false).toPromise();
|
result = await this.processes.GetTasksList("Despacho do Presidente da República", false).toPromise();
|
||||||
|
|
||||||
} catch(error) {
|
} catch(error) {
|
||||||
this.loader.pop()
|
// this.loader.pop()
|
||||||
}
|
}
|
||||||
|
|
||||||
this.loader.pop()
|
// this.loader.pop()
|
||||||
|
|
||||||
let despachosPr;
|
let despachosPr;
|
||||||
let despachos = this.sortService.sortArrayByDate(result);
|
let despachos = this.sortService.sortArrayByDate(result);
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "e5b7032a1",
|
"shortSHA": "469057954",
|
||||||
"SHA": "e5b7032a1859f872c287f4525d821444f035e3fc",
|
"SHA": "46905795443cdbdc03aeab57f214cedef55d3dd9",
|
||||||
"branch": "develop_bitOut-fix",
|
"branch": "develop_bitOut-fix",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Fri Dec 30 14:31:19 2022 +0100'",
|
"lastCommitTime": "'Fri Dec 30 14:36:16 2022 +0100'",
|
||||||
"lastCommitMessage": "improve",
|
"lastCommitMessage": "back",
|
||||||
"lastCommitNumber": "4595",
|
"lastCommitNumber": "4596",
|
||||||
"change": "",
|
"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"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user