ui: Ensure we request permission wiht the correct partition (#11060)
This commit is contained in:
parent
4e7b6888e3
commit
edfe98982d
|
@ -12,6 +12,7 @@ export default class DcRoute extends Route {
|
|||
const permissions = await this.permissionsRepo.findAll({
|
||||
dc: params.dc,
|
||||
ns: this.optionalParams().nspace,
|
||||
partition: this.optionalParams().partition,
|
||||
});
|
||||
// the model here is actually required for the entire application
|
||||
// but we need to wait until we are in this route so we know what the dc
|
||||
|
|
Loading…
Reference in New Issue