update EditRepositoryRole / fix Translationkeys

This commit is contained in:
Eduard Heimbuch
2019-05-16 08:55:31 +02:00
parent a726005730
commit 8fbe20afd6
8 changed files with 57 additions and 47 deletions

View File

@@ -26,7 +26,7 @@ class CreateRepositoryRole extends React.Component<Props> {
repositoryRoleCreated = (role: Role) => {
const { history } = this.props;
history.push("/config/role/" + role.name);
history.push("/config/role/" + role.name + "/info");
};
createRepositoryRole = (role: Role) => {