huskies: merge 872
This commit is contained in:
@@ -59,6 +59,9 @@ pub fn create_refactor_file(
|
||||
// Write to database content store and CRDT.
|
||||
write_story_content(root, &refactor_id, "1_backlog", &content);
|
||||
|
||||
// Sync depends_on to the typed CRDT register.
|
||||
crate::crdt_state::set_depends_on(&refactor_id, depends_on.unwrap_or(&[]));
|
||||
|
||||
Ok(refactor_id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user