mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
adds fix to allow look up to fetch data
This commit is contained in:
@@ -68,8 +68,8 @@ function CredentialLookup({
|
|||||||
actionsResponse?.data?.related_search_fields || []
|
actionsResponse?.data?.related_search_fields || []
|
||||||
).map(val => val.slice(0, -8)),
|
).map(val => val.slice(0, -8)),
|
||||||
searchableKeys: Object.keys(
|
searchableKeys: Object.keys(
|
||||||
actionsResponse.data.actions?.GET || {}
|
actionsResponse.data?.actions?.GET || {}
|
||||||
).filter(key => actionsResponse.data.actions?.GET[key].filterable),
|
).filter(key => actionsResponse.data?.actions?.GET[key].filterable),
|
||||||
};
|
};
|
||||||
}, [
|
}, [
|
||||||
credentialTypeId,
|
credentialTypeId,
|
||||||
|
|||||||
Reference in New Issue
Block a user