We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e3718d + 4b64950 commit fac0500Copy full SHA for fac0500
1 file changed
tom_observations/models.py
@@ -82,7 +82,7 @@ def url(self):
82
83
def update_status(self):
84
facility = get_service_class(self.facility)
85
- facility().update_observation_status(self.id)
+ facility().update_observation_status(self.observation_id)
86
87
def save_data(self):
88
0 commit comments