mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 16:37:30 -02:30
Team add/edit now working. Temporarily disabled organization name lookup on Team and Inventory lists. This will get fixed with AC-93 -add summary fields to response.
This commit is contained in:
@@ -26,8 +26,8 @@ angular.module('OrganizationFormDefinition', [])
|
||||
description: {
|
||||
label: 'Description',
|
||||
type: 'text',
|
||||
addRequired: true,
|
||||
editRequired: true
|
||||
addRequired: false,
|
||||
editRequired: false
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user