feat: project public runs to multitable outbox

This commit is contained in:
Eric 1549169735@qq.com
2026-08-19 22:08:54 +08:00
parent f93d093928
commit 1e3434d76e
2 changed files with 15 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ func isProjected(resource, action string) bool {
case "scenario_field":
return action == "create" || action == "update" || action == "delete"
case "sop":
return action == "publish" || action == "offline"
return action == "publish" || action == "offline" || action == "save_graph"
case "scenario_rule", "knowledge_item", "knowledge_relation":
return action == "create" || action == "update" || action == "delete" || action == "archive"
case "sop_run":