Merge pull request #514 from mabashian/activity-stream-job-redirect

When the panel lists were consolidated down the list name was changed to 'all_jobs.' When a job is clicked from the activity stream it should show the job list filtered down by ID.
This commit is contained in:
Michael Abashian 2015-11-30 17:02:52 -05:00
commit d5f358e3c6

View File

@ -428,7 +428,7 @@ export default
// }, 300);
});
if (base === 'jobs' && list.name === 'completed_jobs') {
if (base === 'jobs' && list.name === 'all_jobs') {
if ($routeParams.id__int) {
scope[list.iterator + 'SearchField'] = 'id';
scope[list.iterator + 'SearchValue'] = $routeParams.id__int;