mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -131,10 +131,10 @@ export class GabineteDigitalPage implements OnInit {
|
||||
}
|
||||
});
|
||||
|
||||
if (window.innerWidth >= 800 && this.loggeduser.Profile == 'MDGPR') {
|
||||
/* if (window.innerWidth >= 800 && this.loggeduser.Profile == 'MDGPR') {
|
||||
this.openEventsToApprovePage('MDGPR');
|
||||
this.selectedElement='approval'
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
}
|
||||
@@ -294,12 +294,12 @@ export class GabineteDigitalPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
openExpedientListPage(){
|
||||
openExpedientListPage() {
|
||||
this.closeAllDesktopComponents();
|
||||
if( window.innerWidth <= 1024){
|
||||
if( window.innerWidth <= 800) {
|
||||
this.openExpedientList();
|
||||
}
|
||||
else{
|
||||
else {
|
||||
this.selectedElement='Correspondence'
|
||||
let navigationExtras: NavigationExtras = { queryParams: {"expedientes": true,}};
|
||||
this.router.navigate(['/home/gabinete-digital'], navigationExtras);
|
||||
|
||||
Reference in New Issue
Block a user