mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
remove organization lookup from inventory script query
This commit is contained in:
parent
1969559ee1
commit
2f23b5c113
@ -286,7 +286,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', listGenerator.name
|
||||
}
|
||||
if(scope.source.value==="custom"){
|
||||
// need to filter the possible custom scripts by the organization defined for the current inventory
|
||||
invUrl = GetBasePath('inventory_scripts') + '?organization='+scope.$parent.inventory.organization;
|
||||
invUrl = GetBasePath('inventory_scripts');
|
||||
LookUpInit({
|
||||
url: invUrl,
|
||||
scope: scope,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user