mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
PR have the same actions that MD have on events to aprove
This commit is contained in:
@@ -311,9 +311,9 @@ export class TaskService {
|
||||
|
||||
async loadEventosParaAprovacao() {
|
||||
this.showLoaderNum++
|
||||
|
||||
console.log('PR')
|
||||
// PR dont have event to approve
|
||||
if(this.SessionStore.user.Profile != 'PR') {
|
||||
/* if(this.SessionStore.user.Profile != 'PR') { */
|
||||
try {
|
||||
for(let calendar of this.eventService.calendarNamesAry) {
|
||||
if(calendar == 'Meu calendario') {
|
||||
@@ -345,7 +345,7 @@ export class TaskService {
|
||||
} catch (error) {
|
||||
|
||||
}
|
||||
}
|
||||
/* } */
|
||||
|
||||
this.showLoaderNum--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user