fix: include features in workflow config snapshot on release restore
This commit is contained in:
@@ -1360,6 +1360,7 @@ class AppService:
|
|||||||
variables=cfg.get("variables", []),
|
variables=cfg.get("variables", []),
|
||||||
execution_config=cfg.get("execution_config", {}),
|
execution_config=cfg.get("execution_config", {}),
|
||||||
triggers=cfg.get("triggers", []),
|
triggers=cfg.get("triggers", []),
|
||||||
|
features=cfg.get("features", {}),
|
||||||
is_active=True,
|
is_active=True,
|
||||||
created_at=now,
|
created_at=now,
|
||||||
updated_at=now,
|
updated_at=now,
|
||||||
|
|||||||
Reference in New Issue
Block a user