mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Merge branch 'developer-c' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -33,7 +33,12 @@ export class EventListPage implements OnInit {
|
||||
ngOnInit() {
|
||||
this.profile = this.navParams.get('profile');
|
||||
/* console.log(this.navParams.get('md')); */
|
||||
console.log(this.profile);
|
||||
if(this.profile == "mdgpr"){
|
||||
this.profile = 'MDGPR'
|
||||
} else {
|
||||
this.profile = 'PR'
|
||||
}
|
||||
|
||||
|
||||
this.LoadToApproveEvents();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user