Skip to content

Commit

Permalink
#1731 Add myTasks query
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jan 21, 2021
1 parent ee1107a commit a6db468
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/app/scripts/controllers/RootCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ angular.module('theHiveControllers').controller('RootCtrl',
});

StreamQuerySrv('v1', [
{_name: 'currentUser'},
{_name: 'tasks'},
{_name: 'myTasks'},
{_name: 'filter',
_in: {
_field: 'status',
Expand Down

0 comments on commit a6db468

Please sign in to comment.