huskies: merge 864
This commit is contained in:
@@ -100,7 +100,12 @@ fn unblock_by_story_id(story_id: &str) -> String {
|
||||
.flatten()
|
||||
.map(|i| i.stage.dir_name().to_string())
|
||||
.unwrap_or_else(|| "2_current".to_string());
|
||||
crate::db::write_item_with_content(story_id, &stage, &updated);
|
||||
crate::db::write_item_with_content(
|
||||
story_id,
|
||||
&stage,
|
||||
&updated,
|
||||
crate::db::ItemMeta::from_yaml(&updated),
|
||||
);
|
||||
crate::crdt_state::set_retry_count(story_id, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user