diff --git a/src/app/guards/inactivity.guard.ts b/src/app/guards/inactivity.guard.ts index 843b919f9..35ea3028c 100644 --- a/src/app/guards/inactivity.guard.ts +++ b/src/app/guards/inactivity.guard.ts @@ -23,7 +23,7 @@ export class InactivityGuard implements CanActivate { route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable | Promise | boolean | UrlTree { - console.log('hire inactinity!', state.url) + // console.log('hire inactinity!', state.url) if ( (this.platform.is('desktop') || this.platform.is('mobileweb')) ) { diff --git a/src/app/pages/chat/chat.page.ts b/src/app/pages/chat/chat.page.ts index ba6f75d80..8d934ed36 100644 --- a/src/app/pages/chat/chat.page.ts +++ b/src/app/pages/chat/chat.page.ts @@ -133,7 +133,7 @@ export class ChatPage implements OnInit { if(event.notification == "recive") { this.onSegmentChange() } - console.log(event) + // console.log(event) }); } diff --git a/src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.ts b/src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.ts index f6e2a1b0e..f649a05aa 100644 --- a/src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.ts +++ b/src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.ts @@ -123,7 +123,7 @@ export class DespachoPrPage implements OnInit { this.fulltask = res; // this.updateProcessOnDB(res); - console.log('this.fulltask', this.fulltask) + // console.log('this.fulltask', this.fulltask) let thedate = new Date(this.task.CreateDate); this.customDate = this.days[thedate.getDay()] + ", " + thedate.getDate() + " de " + (this.months[thedate.getMonth()]); @@ -395,7 +395,7 @@ export class DespachoPrPage implements OnInit { await this.generateDiploma(res.data.note, docs); } else if (actionName == 'Concluido') { - console.log('actionName', actionName) + // console.log('actionName', actionName) await this.concluir(res.data.note, docs); } else if (actionName == 'Reexecução') { diff --git a/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts b/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts index 870906a05..ffc5ce1b1 100644 --- a/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts +++ b/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts @@ -492,7 +492,7 @@ export class DespachoPage implements OnInit { await popover.present(); popover.onDidDismiss().then((res)=> { - console.log('res', res.data) + // console.log('res', res.data) if(res.data == 'back') { this.goBack(); } diff --git a/src/app/pages/gabinete-digital/diplomas/diploma/diploma.page.ts b/src/app/pages/gabinete-digital/diplomas/diploma/diploma.page.ts index 71c8b1aa8..5d730d106 100644 --- a/src/app/pages/gabinete-digital/diplomas/diploma/diploma.page.ts +++ b/src/app/pages/gabinete-digital/diplomas/diploma/diploma.page.ts @@ -384,7 +384,7 @@ export class DiplomaPage implements OnInit { } tempMethod(actionname) { - console.log(actionname) + // console.log(actionname) } diff --git a/src/app/pages/gabinete-digital/event-list/approve-event/approve-event.page.ts b/src/app/pages/gabinete-digital/event-list/approve-event/approve-event.page.ts index 204e463ed..30b71d26f 100644 --- a/src/app/pages/gabinete-digital/event-list/approve-event/approve-event.page.ts +++ b/src/app/pages/gabinete-digital/event-list/approve-event/approve-event.page.ts @@ -112,7 +112,7 @@ export class ApproveEventPage implements OnInit { this.customDate = this.days[this.today.getDay()] + ", " + this.today.getDate() + " de " + (this.months[this.today.getMonth()]); } catch(error) { - console.log(this.loadedEvent) + // console.log(this.loadedEvent) throw(error) } @@ -136,7 +136,7 @@ export class ApproveEventPage implements OnInit { this.customDate = this.days[this.today.getDay()] + ", " + this.today.getDate() + " de " + (this.months[this.today.getMonth()]); } catch(error) { - console.log(this.loadedEvent) + // console.log(this.loadedEvent) throw(error) } diff --git a/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.ts b/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.ts index 5c1132cc6..2fdac7f9c 100644 --- a/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.ts +++ b/src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.ts @@ -147,7 +147,7 @@ export class BookMeetingModalPage implements OnInit { if(!this.CalendarName) { if(this.eventService.calendarNamesAry.includes('Meu calendario')) { this.CalendarName = 'Meu calendario'; - console.log(this.eventService.calendarNamesAry) + // console.log(this.eventService.calendarNamesAry) } else { this.CalendarName = this.eventService.calendarNamesAry[0] } @@ -164,7 +164,7 @@ export class BookMeetingModalPage implements OnInit { } ngOnInit() { - console.log('TEsTEROLE',this.eventService.calendarNamesAry) + // console.log('TEsTEROLE',this.eventService.calendarNamesAry) this.adding = "intervenient"; this.getAttachments(); this.setDefaultTime() diff --git a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts index 5e94d1e29..21ab56df1 100644 --- a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts +++ b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts @@ -95,7 +95,7 @@ export class ExpedienteDetailPage implements OnInit { public TaskService: TaskService ) { this.loggeduser = SessionStore.user - console.log('SessionStore', SessionStore) + // console.log('SessionStore', SessionStore) this.activatedRoute.paramMap.subscribe(params => { if (params["params"].SerialNumber) { diff --git a/src/app/pages/gabinete-digital/expediente/expediente.page.ts b/src/app/pages/gabinete-digital/expediente/expediente.page.ts index d6e4b4cae..ee65ae5f4 100644 --- a/src/app/pages/gabinete-digital/expediente/expediente.page.ts +++ b/src/app/pages/gabinete-digital/expediente/expediente.page.ts @@ -59,7 +59,7 @@ export class ExpedientePage implements OnInit { if(event.notification == "recive") { this.refreshing(); } - console.log(event) + // console.log(event) }) } diff --git a/src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts b/src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts index 246b34e26..14d116885 100644 --- a/src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts +++ b/src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts @@ -35,7 +35,7 @@ export class PublicationDetailPage implements OnInit { ) { this.activatedRoute.paramMap.subscribe(params => { - console.log(params["params"]) + // console.log(params["params"]) if(params["params"]) { this.folderId = params["params"].folderId; this.publicationId = params["params"].publicationId; diff --git a/src/app/pages/search/search.page.ts b/src/app/pages/search/search.page.ts index 18fd87fb3..dc1891e69 100644 --- a/src/app/pages/search/search.page.ts +++ b/src/app/pages/search/search.page.ts @@ -236,7 +236,7 @@ export class SearchPage implements OnInit { gridSize: 15 }, ); - console.log('set visualy') + // console.log('set visualy') }, 300) }); @@ -364,7 +364,7 @@ export class SearchPage implements OnInit { this.showLoader = false; // this.searchResult = "Registo não encontrado" this.httpErrorhandle.httpStatusHandle(error) - console.log(error) + // console.log(error) }); } else if ( this.type == "AccoesPresidenciais & ArquivoDespachoElect") { diff --git a/src/app/shared/agenda/event-list/event-list.page.ts b/src/app/shared/agenda/event-list/event-list.page.ts index ebe99cb23..177990254 100644 --- a/src/app/shared/agenda/event-list/event-list.page.ts +++ b/src/app/shared/agenda/event-list/event-list.page.ts @@ -106,7 +106,7 @@ export class EventListPage implements OnInit { this.eventoaprovacaostore.save(segment, this.eventsList) } else if(segment) { - console.log('segment', segment) + // console.log('segment', segment) this.color = 'pr' let allEvents = await this.processes.eventsToApprove(segment,'agenda desktop').toPromise() diff --git a/version/git-version.ts b/version/git-version.ts index 5d69d8e7d..700c26374 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,12 +1,12 @@ export let versionData = { - "shortSHA": "df8248c17", - "SHA": "df8248c17b7b6f7659cd3050777e3eb458ab36f6", + "shortSHA": "fd7a9fee9", + "SHA": "fd7a9fee94d128cce8877c93abb8ca56596fc74f", "branch": "feature/gabinete-search", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Sun Jun 11 22:35:07 2023 +0100'", - "lastCommitMessage": "realocate ion refreher", - "lastCommitNumber": "5003", + "lastCommitTime": "'Sun Jun 11 22:51:21 2023 +0100'", + "lastCommitMessage": "fix", + "lastCommitNumber": "5004", "change": "", - "changeStatus": "On branch feature/gabinete-search\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/services/task.service.ts", + "changeStatus": "On branch feature/gabinete-search\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/guards/inactivity.guard.ts\n\tmodified: src/app/pages/chat/chat.page.ts\n\tmodified: src/app/pages/gabinete-digital/despachos-pr/despacho-pr/despacho-pr.page.ts\n\tmodified: src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts\n\tmodified: src/app/pages/gabinete-digital/diplomas/diploma/diploma.page.ts\n\tmodified: src/app/pages/gabinete-digital/event-list/approve-event/approve-event.page.ts\n\tmodified: src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.ts\n\tmodified: src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts\n\tmodified: src/app/pages/gabinete-digital/expediente/expediente.page.ts\n\tmodified: src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts\n\tmodified: src/app/pages/search/search.page.ts\n\tmodified: src/app/shared/agenda/event-list/event-list.page.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file