Skip to content

Fix field action payload missing values and name context#14168

Closed
04cb wants to merge 1 commit intostatamic:6.xfrom
04cb:fix/field-action-payload-missing-values
Closed

Fix field action payload missing values and name context#14168
04cb wants to merge 1 commit intostatamic:6.xfrom
04cb:fix/field-action-payload-missing-values

Conversation

@04cb
Copy link

@04cb 04cb commented Mar 7, 2026

Fixes #13918. The field action payload was missing access to form values and name, preventing field actions from accessing other fields as documented. Added values and name from the publishContainer context to the fieldActionPayload so users can access all form values, not just the current field's value.

@duncanmcclean
Copy link
Member

Thanks! However, this is already covered (along with various other fixes) in #13921.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Attempting to use store in field action throws JS error

2 participants