mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
remove console.log
This commit is contained in:
@@ -23,7 +23,7 @@ export class InactivityGuard implements CanActivate {
|
||||
route: ActivatedRouteSnapshot,
|
||||
state: RouterStateSnapshot): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree {
|
||||
|
||||
console.log('hire inactinity!', state.url)
|
||||
// console.log('hire inactinity!', state.url)
|
||||
|
||||
if ( (this.platform.is('desktop') || this.platform.is('mobileweb')) ) {
|
||||
|
||||
|
||||
@@ -133,7 +133,7 @@ export class ChatPage implements OnInit {
|
||||
if(event.notification == "recive") {
|
||||
this.onSegmentChange()
|
||||
}
|
||||
console.log(event)
|
||||
// console.log(event)
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
@@ -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') {
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
@@ -384,7 +384,7 @@ export class DiplomaPage implements OnInit {
|
||||
}
|
||||
|
||||
tempMethod(actionname) {
|
||||
console.log(actionname)
|
||||
// console.log(actionname)
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -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()
|
||||
|
||||
+1
-1
@@ -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) {
|
||||
|
||||
@@ -59,7 +59,7 @@ export class ExpedientePage implements OnInit {
|
||||
if(event.notification == "recive") {
|
||||
this.refreshing();
|
||||
}
|
||||
console.log(event)
|
||||
// console.log(event)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
@@ -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") {
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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 <file>...\" 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 <file>...\" 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"
|
||||
}
|
||||
Reference in New Issue
Block a user