mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
remove name
This commit is contained in:
@@ -87,3 +87,7 @@ cypress/videos
|
|||||||
src/app/domain
|
src/app/domain
|
||||||
src/app/controller
|
src/app/controller
|
||||||
src/app/models/beast-orm-pro.ts
|
src/app/models/beast-orm-pro.ts
|
||||||
|
|
||||||
|
|
||||||
|
src/app/pipes/process.service.spec.ts
|
||||||
|
src/app/pipes/process.service.ts
|
||||||
@@ -63,7 +63,7 @@ export class OptsExpedientePage implements OnInit {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async openNewGroupPage(){
|
async openNewGroupPage() {
|
||||||
|
|
||||||
|
|
||||||
const modal = await this.modalController.create({
|
const modal = await this.modalController.create({
|
||||||
@@ -225,7 +225,7 @@ export class OptsExpedientePage implements OnInit {
|
|||||||
this.processes.SetTaskToPending(this.task.SerialNumber).subscribe(res=>{
|
this.processes.SetTaskToPending(this.task.SerialNumber).subscribe(res=>{
|
||||||
this.TaskService.loadExpedientes()
|
this.TaskService.loadExpedientes()
|
||||||
this.goBack();
|
this.goBack();
|
||||||
},(error)=>{
|
},(error) => {
|
||||||
if(error.status == 0) {
|
if(error.status == 0) {
|
||||||
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
|
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "0ec1341cd",
|
"shortSHA": "1af0b1f3f",
|
||||||
"SHA": "0ec1341cd6f01ace6e3332c609278d4faee2f440",
|
"SHA": "1af0b1f3f4a4a04a027130454b9792b7d088b250",
|
||||||
"branch": "feature/gabinete-search",
|
"branch": "feature/gabinete-search",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Sat Jun 10 21:18:46 2023 +0100'",
|
"lastCommitTime": "'Sat Jun 10 22:57:03 2023 +0100'",
|
||||||
"lastCommitMessage": "commit",
|
"lastCommitMessage": "improve update list",
|
||||||
"lastCommitNumber": "4969",
|
"lastCommitNumber": "4970",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch feature/gabinete-search\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/models/beast-orm.ts\n\tmodified: src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.html\n\tmodified: src/app/shared/popover/opts-expediente/opts-expediente.page.ts",
|
"changeStatus": "On branch feature/gabinete-search\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: .gitignore\n\tmodified: src/app/shared/popover/opts-expediente/opts-expediente.page.ts",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user