fix activation of nav on roles/create page

This commit is contained in:
Florian Scholdei
2019-05-17 17:04:40 +02:00
parent 1ee76d2c31
commit e4963fb9de

View File

@@ -103,6 +103,7 @@ class Config extends React.Component<Props> {
to={`${url}/roles/`} to={`${url}/roles/`}
label={t("repositoryRole.navLink")} label={t("repositoryRole.navLink")}
activeWhenMatch={this.matchesRoles} activeWhenMatch={this.matchesRoles}
activeOnlyWhenExact={false}
/> />
<ExtensionPoint <ExtensionPoint
name="config.navigation" name="config.navigation"