Fix missing name in release creation in two places

This commit is contained in:
rubenwardy
2024-06-23 09:42:31 +01:00
parent 1fc7aeb1dd
commit 9a64ff7563
2 changed files with 3 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ def apply_all_updates(username):
rel = PackageRelease()
rel.package = package
rel.name = title
rel.title = title
rel.url = ""
rel.task_id = uuid()