Closed (fixed)
Project:
Orchestra
Version:
1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2026 at 22:46 UTC
Updated:
24 Jul 2026 at 22:55 UTC
Jump to comment: Most recent
Building the SettleTask settings form outside a request (the modeler rendering it) passes a form state whose getUserInput() is null. The payable-resolver picker in PayableResolverConfigTrait read that raw input to keep a live AJAX selection, which fatally failed: NestedArray::getValue() requires an array and takes it by reference. This defaults the input to an array held in a local variable.
Regression test added: the settle task's config form builds with no user input. Introduced in issue 3610001.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mably commented