From 923a50a5c1728bb9dcb0b5e019c292ef340c5e62 Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Tue, 13 Dec 2016 12:58:41 -0500 Subject: [PATCH] fixes org lookup in teams add/edit form, #3830 (#4397) --- awx/ui/client/src/forms/Teams.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/forms/Teams.js b/awx/ui/client/src/forms/Teams.js index c2550f5543..6e50a55cf9 100644 --- a/awx/ui/client/src/forms/Teams.js +++ b/awx/ui/client/src/forms/Teams.js @@ -38,7 +38,7 @@ export default organization: { label: i18n._('Organization'), type: 'lookup', - list: 'OrganizationsList', + list: 'OrganizationList', sourceModel: 'organization', basePath: 'organizations', sourceField: 'name',