dify/web/app/components/workflow/nodes/assigner
hjlarry 7e044fc602 sanitize assigner collaboration payloads
Collaboration restores some empty assigner variable selectors as null, which later reaches the assigner panel and crashes variable-selector reads that expect arrays.

Normalize assigner operation items when converting versioned payloads and when applying operation list updates so variable-mode selectors always stay arrays. Add targeted tests for both the helper path and useConfig exposure.
2026-04-14 11:29:21 +08:00
..
__tests__ sanitize assigner collaboration payloads 2026-04-14 11:29:21 +08:00
components fix: web tests 2026-04-11 09:17:00 +08:00
default.ts refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
hooks.ts chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
node.tsx refactor: update to tailwind v4 (#34415) 2026-04-02 07:06:11 +00:00
panel.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
types.ts feat: last run frontend (#21369) 2025-06-24 09:10:30 +08:00
use-config.helpers.ts sanitize assigner collaboration payloads 2026-04-14 11:29:21 +08:00
use-config.ts test(workflow): add helper specs and raise targeted workflow coverage (#33995) 2026-03-24 17:51:07 +08:00
use-single-run-form-params.ts chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
utils.ts sanitize assigner collaboration payloads 2026-04-14 11:29:21 +08:00