dify/web/app/components/workflow/nodes/trigger-schedule
lyzno1 49af7eb370
fix(trigger-schedule): make timezone field optional to match actual usage
2025-10-13 17:28:40 +08:00
..
__tests__ fix(workflow): replace hardcoded trigger node logic with metadata-driven approach 2025-09-26 22:35:21 +08:00
components feat(workflow): integrate timezone display into execution time format for better readability 2025-10-13 17:28:40 +08:00
utils feat(workflow): hide timezone in node next execution, keep in panel next 5 executions 2025-10-13 17:28:40 +08:00
constants.ts feat: schedule trigger default daily midnight (#25937) 2025-09-19 08:05:00 +08:00
default.ts refactor(workflow): remove timezone required validation as it is auto-filled by use-config 2025-10-13 17:28:40 +08:00
node.tsx revert(workflow): remove timezone label from trigger-schedule node display 2025-10-13 17:28:39 +08:00
panel.tsx feat(time-picker): add showTimezone prop with comprehensive tests 2025-10-13 17:28:39 +08:00
types.ts fix(trigger-schedule): make timezone field optional to match actual usage 2025-10-13 17:28:40 +08:00
use-config.ts fix(workflow): preserve saved timezone in trigger-schedule to match backend fixed-timezone design 2025-10-13 17:28:39 +08:00