mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
AC-297 Fixed. Organization on Inventory detail page is now properly required by the UI. Added the awRequiredWhen directive to cure.
This commit is contained in:
@@ -55,6 +55,7 @@ angular.module('InventoryFormDefinition', [])
|
|||||||
addRequired: true,
|
addRequired: true,
|
||||||
editRequired: true,
|
editRequired: true,
|
||||||
ngClick: 'lookUpOrganization()',
|
ngClick: 'lookUpOrganization()',
|
||||||
|
awRequiredWhen: {variable: "organizationrequired", init: "true" },
|
||||||
column: 1
|
column: 1
|
||||||
},
|
},
|
||||||
inventory_variables: {
|
inventory_variables: {
|
||||||
|
|||||||
Reference in New Issue
Block a user