-
-
-
-
+
+
+
+
@@ -17,7 +17,7 @@
-
+

{{customDate}}{{ task.activityInstanceName }}

@@ -27,7 +27,7 @@
-
+
Intervenientes
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 e945f30e7..70917f0f8 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 @@ -518,7 +518,7 @@ export class DespachoPrPage implements OnInit { } - alert('alert ...'+ JSON.stringify(res)) + console.log('alert ...'+ JSON.stringify(res)) })) diff --git a/src/app/pages/inactivity/inactivity.page.ts b/src/app/pages/inactivity/inactivity.page.ts index 92db2288d..77700a497 100644 --- a/src/app/pages/inactivity/inactivity.page.ts +++ b/src/app/pages/inactivity/inactivity.page.ts @@ -140,10 +140,10 @@ export class InactivityPage implements OnInit { const encrypted = crypto.SHA1(code) if(!this.hasPin) { - // alert('storePin') + // console.log('storePin') this.storePin() } else { - // alert('pinLogin') + // console.log('pinLogin') this.pinLogin() } } diff --git a/src/app/pages/login/login.page.ts b/src/app/pages/login/login.page.ts index e4f2c25b8..12f62751a 100644 --- a/src/app/pages/login/login.page.ts +++ b/src/app/pages/login/login.page.ts @@ -111,7 +111,7 @@ export class LoginPage implements OnInit { getToken() { this.notificatinsservice.getAndpostToken(this.username); - //alert('HERE'); + //console.log('HERE'); } async Login() { @@ -161,10 +161,10 @@ export class LoginPage implements OnInit { const encrypted = crypto.SHA1(code) if(!this.hasPin) { - // alert('storePin') + // console.log('storePin') this.storePin() } else { - // alert('pinLogin') + // console.log('pinLogin') this.pinLogin() } } diff --git a/src/app/pages/publications/new-publication/new-publication.page.ts b/src/app/pages/publications/new-publication/new-publication.page.ts index 14a4b624a..6ecaa3d5d 100644 --- a/src/app/pages/publications/new-publication/new-publication.page.ts +++ b/src/app/pages/publications/new-publication/new-publication.page.ts @@ -248,7 +248,7 @@ export class NewPublicationPage implements OnInit { else { const date = formatDate(new Date(), 'yyyy-MM-dd HH:mm:ss') - alert(date) + console.log(date) this.publication = { DateIndex: date, diff --git a/src/app/services/webnotifications.service.ts b/src/app/services/webnotifications.service.ts index 85469e00e..c528bc51c 100644 --- a/src/app/services/webnotifications.service.ts +++ b/src/app/services/webnotifications.service.ts @@ -39,7 +39,7 @@ export class WebNotificationsService { MFPPush.registerDevice() .then((res) => { - alert("WEB Successfully Registered Device..."); + console.log("WEB Successfully Registered Device..."); }) .catch((err) => { console.log("WEB Registration Failed" + err); diff --git a/src/app/shared/event/attendee-modal/attendee-modal.page.ts b/src/app/shared/event/attendee-modal/attendee-modal.page.ts index f48ddcf37..294cf7450 100644 --- a/src/app/shared/event/attendee-modal/attendee-modal.page.ts +++ b/src/app/shared/event/attendee-modal/attendee-modal.page.ts @@ -100,7 +100,7 @@ export class AttendeePage implements OnInit { itm.IsRequired = false; this.LtaskParticipantsCc.push(itm); } else { - // alert('bug') + // console.log('bug') } // run only in gabinete digital diff --git a/src/app/shared/popover/opts-expediente-pr/opts-expediente-pr.page.ts b/src/app/shared/popover/opts-expediente-pr/opts-expediente-pr.page.ts index 25d924d5e..ea9cbc679 100644 --- a/src/app/shared/popover/opts-expediente-pr/opts-expediente-pr.page.ts +++ b/src/app/shared/popover/opts-expediente-pr/opts-expediente-pr.page.ts @@ -277,7 +277,7 @@ export class OptsExpedientePrPage implements OnInit { modal.onDidDismiss().then( async (res)=>{ console.log(res['data']); let body = res['data']; - // alert('close '+ res['data']) + // console.log('close '+ res['data']) if(res['data']) { console.log('open discart');