Skip to content

Commit

Permalink
Re-introduced filtering options.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngehlenborg committed Jun 26, 2015
1 parent a1d98e8 commit 55a8f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions refinery/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ class Meta:
]
filtering = {
'uuid': ALL,
#'study': ALL_WITH_RELATIONS,
#'assay': ALL_WITH_RELATIONS
'study': ALL_WITH_RELATIONS,
'assay': ALL_WITH_RELATIONS
}

def prepend_urls(self):
Expand Down

0 comments on commit 55a8f29

Please sign in to comment.