show correct ask_inventory state

This commit is contained in:
Jake McDermott 2018-11-11 01:31:13 -05:00
parent f8453ffe68
commit a8d22b9459
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

@ -53,6 +53,7 @@ export default [
$scope.mode = 'edit';
$scope.parseType = 'yaml';
$scope.includeWorkflowMaker = false;
$scope.ask_inventory_on_launch = workflowJobTemplateData.ask_inventory_on_launch;
if (Inventory){
$scope.inventory = Inventory.id;