Make notification rule ID field UUID and fix default sources

This commit is contained in:
2023-02-02 19:35:27 +00:00
parent 97e932cbae
commit 79b4512546
5 changed files with 44 additions and 2 deletions

View File

@@ -564,7 +564,7 @@ class NotificationRuleData(object):
else:
# Get the default value for the user if not present
source = parse_source(self.user, {}, raise_error=True)
self.parsed["source"] = [source]
self.parsed["source"] = source
def parse_data(self):
"""