From 10d86391c2b600f2b1decafe093b1acb22ebe736 Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Thu, 9 May 2019 16:57:51 +0200 Subject: [PATCH] renamed table link direction from 'info' to 'edit' --- scm-ui/src/config/components/table/PermissionRoleRow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-ui/src/config/components/table/PermissionRoleRow.js b/scm-ui/src/config/components/table/PermissionRoleRow.js index a47d7e7e27..f42627540c 100644 --- a/scm-ui/src/config/components/table/PermissionRoleRow.js +++ b/scm-ui/src/config/components/table/PermissionRoleRow.js @@ -15,7 +15,7 @@ class PermissionRoleRow extends React.Component { render() { const { baseUrl, role } = this.props; - const to = `${baseUrl}/${encodeURIComponent(role.name)}/info`; + const to = `${baseUrl}/${encodeURIComponent(role.name)}/edit`; return ( {this.renderLink(to, role.name)}