diff --git a/awx/ui/client/src/forms/Organizations.js b/awx/ui/client/src/forms/Organizations.js index 8e67cb20cf..bfd17b8cea 100644 --- a/awx/ui/client/src/forms/Organizations.js +++ b/awx/ui/client/src/forms/Organizations.js @@ -54,6 +54,7 @@ export default related: { users: { + name: 'users', dataPlacement: 'top', awToolTip: i18n._('Please save before adding users'), basePath: 'api/v1/organizations/{{$stateParams.organization_id}}/access_list/', diff --git a/awx/ui/client/src/forms/Teams.js b/awx/ui/client/src/forms/Teams.js index 6f31ad5481..a4252cb0a9 100644 --- a/awx/ui/client/src/forms/Teams.js +++ b/awx/ui/client/src/forms/Teams.js @@ -65,6 +65,7 @@ export default related: { users: { + name: 'users', dataPlacement: 'top', awToolTip: i18n._('Please save before adding users'), basePath: 'api/v1/teams/{{$stateParams.team_id}}/access_list/', diff --git a/awx/ui/client/src/forms/Users.js b/awx/ui/client/src/forms/Users.js index 59df6f3fd0..118857f895 100644 --- a/awx/ui/client/src/forms/Users.js +++ b/awx/ui/client/src/forms/Users.js @@ -119,6 +119,7 @@ export default related: { organizations: { + name: 'organizations', awToolTip: i18n._('Please save before assigning to organizations'), basePath: 'api/v1/users/{{$stateParams.user_id}}/organizations', emptyListText: i18n._('Please add user to an Organization.'), @@ -146,6 +147,7 @@ export default //hideOnSuperuser: true // RBAC defunct }, teams: { + name: 'teams', awToolTip: i18n._('Please save before assigning to teams'), basePath: 'api/v1/users/{{$stateParams.user_id}}/teams', search: {