ansible/awx
在 GitHub 查看awxkit: name__in filter returns empty when key contains whitespaces even though value is present
Open
#5,219 建立於 2019年11月3日
component:clihelp wantedtype:bug
倉庫指標
- Star
- (13,071 star)
- PR 合併指標
- (平均合併 24天 6小時) (30 天內合併 30 個 PR)
描述
ISSUE TYPE
- Bug Report
SUMMARY
When a key specified in a name__in filter contains whitespace, then nothing is returned even though the key exists.
ENVIRONMENT
- N/A
STEPS TO REPRODUCE
Example: inv_source.get_related('groups', name__in='foo bar').results will fail even though foo bar is present.
EXPECTED RESULTS
- Proper value to be returned when
name__inkey contains whitespace
ACTUAL RESULTS
- Empty value
ADDITIONAL INFORMATION
- N/A