Skip to content

Commit

Permalink
#145 Fix the analyzer filter in jobs list
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Oct 16, 2018
1 parent 7f3df01 commit c534321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/app/pages/jobs/jobs.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default class JobsController extends PageController {
if (!_.isEmpty(this.filters.analyzer)) {
criteria.push({
_in: {
_field: 'analyzerDefinitionId',
_field: 'workerDefinitionId',
_values: _.map(this.filters.analyzer, 'analyzerDefinitionId')
}
});
Expand Down

0 comments on commit c534321

Please sign in to comment.