Files
dify/api/controllers/console/app
copilot-swe-agent[bot] c2e24dedbb fix: restore missing current_tenant_id in ConvertToWorkflowApi.post
The line `_, current_tenant_id = current_account_with_tenant()` was
accidentally dropped during the merge-conflict resolution in commit
08e3c71f. Without it, `current_tenant_id` is undefined when
`get_app_permission_keys(...)` is called, raising a NameError that
surfaces as a 500 response and causes the e2e scenario
"Switch a Completion app to Workflow Orchestrate" to fail.
2026-06-09 06:49:52 +00:00
..
2024-04-08 18:51:46 +08:00
2026-06-09 14:34:03 +08:00
2026-06-08 11:12:57 +08:00
2026-06-08 22:18:59 +08:00