Skip to content
Snippets Groups Projects

Develop

Merged Lukasz Lopatowski requested to merge develop into 237-new-portal-layout
29 files
+ 470
195
Compare changes
  • Side-by-side
  • Inline
Files
29
@@ -146,7 +146,8 @@ export class AppDetailsComponent implements OnInit {
@@ -146,7 +146,8 @@ export class AppDetailsComponent implements OnInit {
}
}
return this.authService.hasRole(Role[Role.ROLE_SYSTEM_ADMIN])
return this.authService.hasRole(Role[Role.ROLE_SYSTEM_ADMIN])
|| this.authService.hasDomainRole(this.domainId, Role[Role.ROLE_DOMAIN_ADMIN]);
|| this.authService.hasDomainRole(this.domainId, Role[Role.ROLE_DOMAIN_ADMIN])
 
|| this.authService.hasDomainRole(this.domainId, Role[Role.ROLE_GROUP_DOMAIN_ADMIN]);
}
}
public isApplicationEnabledInDomain(): boolean {
public isApplicationEnabledInDomain(): boolean {
Loading