humainflow-web/src/app/shared/nodes
Lucio Lelii a426a2c5e7 Summarise an array row by the branch it is on
An upload row taking its file from a global listed as "GLOBAL · false".
The summary takes the first two values a row holds, and the false was a
"several files" box nobody had touched - while the global the row names,
the one thing that tells it apart from the next row, never got a look in.

Two kinds of value are skipped now, both for the same reason: they
identify nothing. A false flag is an absence dressed as a fact, and a
field the row's own choice hides is irrelevant by construction.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-14 14:55:29 +02:00
..
container-node Enforce schema bounds in the editors, and say what an empty field does 2026-09-07 11:53:40 +02:00
generic-node Summarise an array row by the branch it is on 2026-09-14 14:55:29 +02:00
task-step-node Summarise an array row by the branch it is on 2026-09-14 14:55:29 +02:00
flow-data-schema-fields.ts feat: add execution groups and schema-driven flow fields 2026-07-20 16:22:50 +02:00
node-focus-modal-controller.spec.ts fix: correct real bugs and remove dead code found in a full-project quality review 2026-07-21 14:27:34 +02:00
node-focus-modal-controller.ts fix: correct real bugs and remove dead code found in a full-project quality review 2026-07-21 14:27:34 +02:00
node-utility.spec.ts Name a nested fieldset readably instead of by its dotted path 2026-09-04 12:20:50 +02:00
node-utility.ts Name a nested fieldset readably instead of by its dotted path 2026-09-04 12:20:50 +02:00
schema-driven-fields.spec.ts Stop offering a default on a field the state has made required 2026-09-09 12:23:19 +02:00
schema-driven-fields.ts Stop offering a default on a field the state has made required 2026-09-09 12:23:19 +02:00
schema-requirements.spec.ts Let the model parameters be set from the editor and the simulation dialog 2026-09-04 11:29:32 +02:00
schema-requirements.ts Update nodes: schema-driven fields, node utility, generic/container/task-step nodes 2026-04-24 12:33:21 +02:00