dify/web/app
lyzno1 852d851996
fix(workflow): add empty array validation for required checklist fields in trigger plugin
The checkValid function was not properly validating required checklist fields when they had empty array values. This caused required fields to pass validation even when no options were selected.

Added array length check to the constant type validation to ensure required checklist fields must have at least one selected option.
2025-10-29 12:36:43 +08:00
..
(commonLayout) Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-28 11:28:06 +08:00
(shareLayout) Fix/27468 in dify 192 the iframe embed cannot pass the user id in system variable (#27524) 2025-10-28 09:19:54 +08:00
account refactor: update installed app component to handle missing params and improve type safety (#27331) 2025-10-27 14:38:58 +08:00
activate E-300 (#19726) 2025-05-20 12:07:50 +08:00
components fix(workflow): add empty array validation for required checklist fields in trigger plugin 2025-10-29 12:36:43 +08:00
dev-preview feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
education-apply refactor: replace localStorage with HTTP-only cookies for auth tokens (#24365) 2025-10-19 21:29:04 +08:00
forgot-password reject whitespace characters in password regexp (#22232) 2025-07-11 19:18:18 +08:00
init E-300 (#19726) 2025-05-20 12:07:50 +08:00
install Feature:during account initialization, set the interface language to be consistent with the display language(#27029) (#27042) 2025-10-21 15:53:12 +08:00
oauth-callback feat: the frontend part of mcp (#22131) 2025-07-10 14:14:02 +08:00
repos/[owner]/[repo]/releases Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
reset-password feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
signin refactor: update installed app component to handle missing params and improve type safety (#27331) 2025-10-27 14:38:58 +08:00
signup refactor: replace localStorage with HTTP-only cookies for auth tokens (#24365) 2025-10-19 21:29:04 +08:00
styles bump nextjs to 15.5 and turbopack for development mode (#24346) 2025-09-23 16:59:26 +08:00
layout.tsx feat: add env NEXT_PUBLIC_ENABLE_SINGLE_DOLLAR_LATEX (#27070) 2025-10-27 10:36:03 +08:00
page.module.css Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 2025-04-29 18:04:33 +08:00
page.tsx Chore: frontend infrastructure upgrade (#16420) 2025-03-21 17:41:03 +08:00
routePrefixHandle.tsx Fix the bug of automatically appending basepath to image resource. (#24201) 2025-08-20 23:15:18 +08:00