Skip to content

Commit 9218c19

Browse files
committed
Do not update 'files' reference when saving item
1 parent 17ab357 commit 9218c19

File tree

1 file changed

+1
-0
lines changed
  • pydatalab/src/pydatalab/routes/v0_1

1 file changed

+1
-0
lines changed

pydatalab/src/pydatalab/routes/v0_1/items.py

+1
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,7 @@ def save_item():
898898
for k in (
899899
"_id",
900900
"file_ObjectIds",
901+
"files",
901902
"creators",
902903
"creator_ids",
903904
"item_id",

0 commit comments

Comments
 (0)