Verified Commit c9e08a0a authored by Mateusz Żebrak's avatar Mateusz Żebrak
Browse files

Fix issue with loading alarm harmless status from persistent storage

There was an issue because identifier was parsed incorrectly. Pydantic
requires union of all possible types to parse them correctly.

Also turned out, there was a missing set of `self.is_active = True`
and CliveBasedModel serialized datetime incorrectly.
parent ebe2f8f2
Loading
Loading
Loading