feat: maintenance flow UX redesign — batch hub, context strip, run history upgrades #89
@@ -157,7 +157,7 @@ async def sync_steps_from_tree(
|
|||||||
"title": step_data["title"],
|
"title": step_data["title"],
|
||||||
"step_type": step_data["step_type"],
|
"step_type": step_data["step_type"],
|
||||||
"content": json.dumps(step_data["content"]),
|
"content": json.dumps(step_data["content"]),
|
||||||
"created_by": str(author_id),
|
"created_by": str(author_id) if author_id else None,
|
||||||
"account_id": str(account_id) if account_id else None,
|
"account_id": str(account_id) if account_id else None,
|
||||||
"visibility": visibility,
|
"visibility": visibility,
|
||||||
"source_tree_id": str(tree_id),
|
"source_tree_id": str(tree_id),
|
||||||
|
|||||||
Reference in New Issue
Block a user