mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -141,7 +141,7 @@ export class EventsPage implements OnInit {
|
||||
this.showLoader = false;
|
||||
|
||||
}
|
||||
else{
|
||||
else if (this.loggeduser.Profile == 'PR'){
|
||||
|
||||
let prOficialEvents= await this.eventService.getAllPrOficialEvents(start, end).toPromise();
|
||||
let prPessoalEvents= await this.eventService.getAllPrPessoalEvents(start, end).toPromise();
|
||||
|
||||
Reference in New Issue
Block a user