Skip to content

Commit

Permalink
WCM-285: if you can write into a column, just write the column and n…
Browse files Browse the repository at this point in the history
…ot into the unsorted field
  • Loading branch information
stollero committed Sep 25, 2024
1 parent 4f03f35 commit 380d819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/zeit/connector/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def from_webdav(self, props):
value = props.get((name, self.NS + namespace), self)
if value is not self:
setattr(self, column.name, value)
props.pop((name, self.NS + namespace), None)

unsorted = collections.defaultdict(dict)
for (k, ns), v in props.items():
Expand Down

0 comments on commit 380d819

Please sign in to comment.