Skip to content

Commit

Permalink
#34: Override get_all_results
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Sep 10, 2019
1 parent 957542f commit ae5aad6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/database_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,10 @@ def _set_up_results(self):
self.include_related_entities = True
self.active_queries.append(query)

def get_all_results(self):
self._set_up_results()
return self.results


def get_facility_cycles_for_instrument(instrument_id, filters):
"""
Expand Down

0 comments on commit ae5aad6

Please sign in to comment.