1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Merge pull request #3628 from marshmalien/fix-org-user-linkout

Fix Organization User badge linkout

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-04-05 14:37:53 +00:00 committed by GitHub
commit 50c7807483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ export default ['$stateParams', '$scope', '$rootScope',
val.description = card.description || undefined;
val.links = [];
val.links.push({
sref: `organizations.users({organization_id: ${card.id}})`,
sref: `organizations.edit.users({organization_id: ${card.id}})`,
srefOpts: { inherit: false },
name: i18n._("USERS"),
count: card.summary_fields.related_field_counts.users,