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:
Jared Tabor
2018-08-01 19:40:53 -07:00
parent b191f6cfc3
commit f6a960d8f4
2 changed files with 9 additions and 9 deletions
+1
View File
@@ -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);
}