fix job portal list dependency reference error

This commit is contained in:
Jake McDermott 2018-07-27 00:54:12 -04:00
parent 93c18fb40a
commit 61d1cb46ac
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7
2 changed files with 8 additions and 0 deletions

View File

@ -48,6 +48,10 @@ export default {
return qs.search(searchPath, searchParam)
.finally(() => Wait('stop'));
}
],
SearchBasePath: [
'GetBasePath',
(GetBasePath) => GetBasePath('unified_jobs')
]
}
};

View File

@ -51,6 +51,10 @@ export default {
return qs.search(searchPath, searchParam)
.finally(() => Wait('stop'));
}
],
SearchBasePath: [
'GetBasePath',
(GetBasePath) => GetBasePath('unified_jobs')
]
}
};