Skip to content

Commit

Permalink
Merge 33cc650 into 5239a69
Browse files Browse the repository at this point in the history
  • Loading branch information
eheinrich committed Feb 6, 2020
2 parents 5239a69 + 33cc650 commit 8d3e9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions observation_portal/observations/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def as_dict(self, no_request=False):
ret_dict['ipp_value'] = self.request.request_group.ipp_value
ret_dict['observation_type'] = self.request.request_group.observation_type
ret_dict['request_group_id'] = self.request.request_group.id
ret_dict['created'] = self.created
ret_dict['modified'] = self.modified
configuration_status_by_config = {config_status.configuration.id: config_status
for config_status in self.configuration_statuses.all()}
Expand Down

0 comments on commit 8d3e9b8

Please sign in to comment.