Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass intl object to initialValue function #6538

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

wesleybl
Copy link
Member

@wesleybl wesleybl commented Dec 13, 2024


If your pull request closes an open issue, include the exact text below, immediately followed by the issue number. When your pull request gets merged, then that issue will close automatically.

The function that calls initialValue is applyBlockInitialValue. So all functions that call applyBlockInitialValue must receive intl.

Closes #6529

The function that calls initialValue is applyBlockInitialValue. So all
functions that call applyBlockInitialValue must receive intl.
Pass intl object to functions that internally call initialValue
Copy link

netlify bot commented Dec 13, 2024

Deploy Preview for plone-components canceled.

Name Link
🔨 Latest commit 6ac6183
🔍 Latest deploy log https://app.netlify.com/sites/plone-components/deploys/675c20d9f664b40008db2555

Copy link
Collaborator

@stevepiercy stevepiercy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but needs a technical review from the @plone/volto-team

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

Successfully merging this pull request may close these issues.

intl is not passed to the initialValue function
2 participants