From fb72a0ba13de233d6bc7540b8f920d769c19400b Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 20 Feb 2017 15:10:23 -0500 Subject: [PATCH] fix detail tab for inventory manage edit group --- awx/ui/client/src/forms/Groups.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/forms/Groups.js b/awx/ui/client/src/forms/Groups.js index bf1050e922..cc9d6f081e 100644 --- a/awx/ui/client/src/forms/Groups.js +++ b/awx/ui/client/src/forms/Groups.js @@ -24,6 +24,7 @@ export default // form generator inspects the current state name to determine whether or not to set an active (.is-selected) class on a form tab // this setting is optional on most forms, except where the form's edit state name is not parentStateName.edit activeEditState: 'inventoryManage.editGroup', + detailsClick: "$state.go('inventoryManage.editGroup')", well: false, fields: { name: {