Skip to content

Commit

Permalink
Merge 29a38ce into 064cbb0
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch committed Mar 25, 2019
2 parents 064cbb0 + 29a38ce commit e267e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scout/server/blueprints/cases/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def cases(institute_id):
limit = int(request.args.get('limit'))

skip_assigned = request.args.get('skip_assigned')
all_cases = store.cases(institute_id, name_query=query, skip_assigned=skip_assigned)
all_cases = store.cases(institute_id, collaborator=institute_obj['_id'],
name_query=query, skip_assigned=skip_assigned)
data = controllers.cases(store, all_cases, limit)

sanger_unevaluated = controllers.get_sanger_unevaluated(store, institute_id, current_user.email)
Expand Down

0 comments on commit e267e57

Please sign in to comment.