mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
improve profile reactiveness and action page performance
This commit is contained in:
@@ -782,7 +782,6 @@ export class AgendaPage implements OnInit {
|
||||
}
|
||||
|
||||
tracing.setAttribute('outcome', 'failed')
|
||||
tracing.bugFlag()
|
||||
|
||||
load++
|
||||
if (load == (selectedCalendarIds).length) {
|
||||
@@ -801,7 +800,6 @@ export class AgendaPage implements OnInit {
|
||||
tracing.setAttribute('outcome', 'failed')
|
||||
tracing.setAttribute('error', 'selectedCalendar.wxUserId')
|
||||
this.toastService._badRequest('Pedimos desculpa mas não foi possível executar a acção. Por favor, contacte o apoio técnico. #2')
|
||||
tracing.bugFlag()
|
||||
}
|
||||
|
||||
tracing.addEvent('load range end')
|
||||
|
||||
@@ -177,7 +177,6 @@ export class ViewEventPage implements OnInit {
|
||||
|
||||
|
||||
tracing.setAttribute('outcome', 'failed')
|
||||
tracing.bugFlag()
|
||||
|
||||
// this.toastService.badRequest('Este evento já não existe na sua agenda')
|
||||
this.RouteService.goBack();
|
||||
|
||||
Reference in New Issue
Block a user