Skip to content
Snippets Groups Projects
Commit bc1caf87 authored by Roy de Goei's avatar Roy de Goei
Browse files

TMSS-682: Remove comment

parent a05cc790
No related branches found
No related tags found
1 merge request!389Resolve TMSS-682
......@@ -1077,10 +1077,3 @@ class Reservation(NamedCommon):
annotate_validate_add_defaults_to_doc_using_template(self, 'specifications_doc', 'specifications_template')
super().save(force_insert, force_update, using, update_fields)
# RGOE: is this really needed we already do a validate ????
# def save(self, force_insert=False, force_update=False, using=None, update_fields=None):
# if self.requirements_doc is not None and self.requirements_template_id and self.requirements_template.schema is not None:
# # If this scheduling unit was created from an observation_strategy_template,
# # then make sure that the observation_strategy_template validates against this unit's requirements_template.schema
# if self.observation_strategy_template_id and self.observation_strategy_template.template:
# validate_json_against_schema(self.observation_strategy_template.template, self.requirements_template.schema)
\ No newline at end of file
......@@ -2,7 +2,7 @@
"activity": {
"type": "maintenance",
"description": "Maintenance of all core stations",
"contact": "SDCO",
"contact": "Operator",
"subject": "system",
"planned": true
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment