Skip to content

Commit

Permalink
[assets][csv] allow to change episode / asset_types of an asset by im…
Browse files Browse the repository at this point in the history
…porting csv
  • Loading branch information
EvanBldy committed Sep 25, 2023
1 parent 301cac5 commit 9e823be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zou/app/blueprints/source/csv/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def import_row(self, row, project_id):
)

elif self.is_update:
entity.update(asset_new_values)
entity.update({**asset_values, **asset_new_values})

index_service.remove_asset_index(entity.id)
index_service.index_asset(entity)
Expand Down

0 comments on commit 9e823be

Please sign in to comment.