mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
update EditRepositoryRole / fix Translationkeys
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user