mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
pul made
This commit is contained in:
@@ -131,6 +131,8 @@ export class HomePage implements OnInit {
|
||||
);
|
||||
}); */
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
goto(url) {
|
||||
@@ -215,6 +217,19 @@ export class HomePage implements OnInit {
|
||||
if (!this.p.userPermission([this.p.permissionList.Gabinete.md_tasks]) && SessionStore.user.RoleID == this.RoleIdService.PV) {
|
||||
throw (`User doesn't has vice president permission but has roleId`);
|
||||
}
|
||||
|
||||
|
||||
|
||||
(()=>{
|
||||
document.addEventListener('click', (e: any) => {
|
||||
const closest = e.target.closest(".mat-datepicker-content");
|
||||
if(closest) {
|
||||
e.preventDefault()
|
||||
document.activeElement['blur']();
|
||||
}
|
||||
|
||||
})
|
||||
})()
|
||||
}, 1000)
|
||||
|
||||
}
|
||||
|
||||
@@ -104,6 +104,7 @@ export class EventsPage implements OnInit {
|
||||
this.listToPresent = [];
|
||||
})
|
||||
|
||||
this.agendaColor = this.sessoStore.user.Profile
|
||||
|
||||
if(this.agendaColor != "PR") {
|
||||
this.agendaColor = "MDGPR"
|
||||
|
||||
Reference in New Issue
Block a user