Skip to content

Commit

Permalink
fix: setting project level fields to null while patching
Browse files Browse the repository at this point in the history
  • Loading branch information
martastain committed May 2, 2024
1 parent b438523 commit e2fb2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ayon_server/entities/core/projectlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ async def save(self, transaction=None) -> bool:
# Update existing entity

fields = dict_exclude(
self.dict(exclude_none=True),
self.dict(),
["id", "created_at", "updated_at"] + self.model.dynamic_fields,
)
fields["attrib"] = attrib
Expand Down

0 comments on commit e2fb2ca

Please sign in to comment.