Skip to content

Commit 025e913

Browse files
authored
Merge pull request #925 from hubmapconsortium/yuanzhou/reindex-component-status
Fix missing arg
2 parents 650de0b + 9c0de31 commit 025e913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4074,7 +4074,7 @@ def multiple_components():
40744074
# We wait until after the new datasets are linked to their ancestor before performing the remaining post-creation
40754075
# linkeages. This way, in the event of unforseen errors, we don't have orphaned nodes.
40764076
for dataset in dataset_list:
4077-
schema_triggers.set_status_history('status', 'Dataset', user_token, dataset, {})
4077+
schema_triggers.set_status_history('status', 'Dataset', request, user_token, dataset, json_data_dict)
40784078

40794079
properties_to_skip = [
40804080
'direct_ancestors',

0 commit comments

Comments
 (0)