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

fixes org lookup in teams add/edit form, #3830 (#4397)

This commit is contained in:
Leigh Johnson 2016-12-13 12:58:41 -05:00 committed by GitHub
parent 0803605ad7
commit 923a50a5c1

View File

@ -38,7 +38,7 @@ export default
organization: {
label: i18n._('Organization'),
type: 'lookup',
list: 'OrganizationsList',
list: 'OrganizationList',
sourceModel: 'organization',
basePath: 'organizations',
sourceField: 'name',