mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 23:57:07 +00:00
ui: Ensure we request permission wiht the correct partition (#11060)
This commit is contained in:
parent
ca73abdea1
commit
1d9d3349ca
@ -12,6 +12,7 @@ export default class DcRoute extends Route {
|
|||||||
const permissions = await this.permissionsRepo.findAll({
|
const permissions = await this.permissionsRepo.findAll({
|
||||||
dc: params.dc,
|
dc: params.dc,
|
||||||
ns: this.optionalParams().nspace,
|
ns: this.optionalParams().nspace,
|
||||||
|
partition: this.optionalParams().partition,
|
||||||
});
|
});
|
||||||
// the model here is actually required for the entire application
|
// 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
|
// but we need to wait until we are in this route so we know what the dc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user