ITOTEAM-525 data validation

This commit is contained in:
Peter Maquiran
2024-06-23 21:47:34 +01:00
parent e1914505f2
commit ca50ae9dae
11 changed files with 67 additions and 40 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ export class ProfilePage implements OnInit {
return time;
}
@XTracer({name:'profile/notificatinsRoutes', bugPrint: true, module:'notification'})
@XTracer({name:'profile/notificationClick', bugPrint: true, module:'notification'})
notificatinsRoutes (index, Service, Object, IdObject, FolderId, i, tracing?: TracingType) {
console.log(index, i)
+1 -1
View File
@@ -123,7 +123,7 @@ export class ViewEventPage implements OnInit {
ev.target.complete();
}
@XTracerAsync({name:'mobile/loadEvent', bugPrint: true})
@XTracerAsync({name:'mobile/loadEventDetails', bugPrint: true})
async loadEvent(tracing?: TracingType) {
const loader = this.toastService.loading();