Skip to content
Snippets Groups Projects
Commit 658e562c authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8887: check for any fields in update

parent 3c046908
Branches
Tags
No related merge requests found
......@@ -805,6 +805,7 @@ class RADatabase:
fields.append('user_id')
values.append(user_id)
if fields and values:
values.append(task_id)
query = '''UPDATE resource_allocation.resource_claim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment