Add files via upload

This commit is contained in:
公明
2026-07-10 19:46:14 +08:00
committed by GitHub
parent 46a9b42fde
commit 823fb47a81
21 changed files with 717 additions and 212 deletions
+1
View File
@@ -1613,6 +1613,7 @@
window.closeWorkflowDryRunPanel = closeWorkflowDryRunPanel;
window.saveWorkflowDraft = async function () {
if (typeof requirePermission === 'function' && !requirePermission('workflow:write')) return;
initCy();
const meta = readWorkflowMetaFromForm();
if (!meta.id || !meta.name) {