mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 22:28:38 -05:00
Changes the encodeQuerysetObject function for the job details search widget
With this change, the stdout search will perform a search like search=A,B instead of search=A&search=B
This commit is contained in:
@@ -92,6 +92,7 @@ function resolveResource (
|
||||
|
||||
if (job_event_search) { // eslint-disable-line camelcase
|
||||
const query = qs.encodeQuerysetObject(qs.decodeArr(job_event_search));
|
||||
|
||||
Object.assign(config.params, query);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user