-
-
Notifications
You must be signed in to change notification settings - Fork 639
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
Refactored SelectMetadataField.jsx to functional component #5570
Refactored SelectMetadataField.jsx to functional component #5570
Conversation
✅ Deploy Preview for volto ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for plone-components canceled.
|
packages/volto/src/components/manage/Blocks/Search/widgets/SelectMetadataField.jsx
Outdated
Show resolved
Hide resolved
@lorstenoplo please see Item 2 in https://6.docs.plone.org/contributing/first-time.html#create-a-pull-request-from-your-fork and edit your pull request description. |
Co-authored-by: Steve Piercy <[email protected]>
…4460-SelectMetadataField
…stenoplo/volto into fix-4460-SelectMetadataField
Final step, @lorstenoplo please see Item 2 in https://6.docs.plone.org/contributing/first-time.html#create-a-pull-request-from-your-fork and edit your pull request description. Then it can be reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I triaged this PR for review by a core developer. It's ready.
Why is the pr not being merged? |
@plone/volto-team this PR needs review. |
* main: (97 commits) Release 18.0.0-alpha.43 Release @plone/slate 18.0.0-alpha.18 Release @plone/client 1.0.0-alpha.17 Added a notice in the upgrade guide for CookiePlone as the recommended way for generating projects and add-on boilerplate (#6286) Fix typo in Changelog for #6285 (#6287) Update to Volto 6.0.13 (#6285) Fix order component (#6284) Remove dangling `.only` in Cypress test (#6282) Empty GridBlocks will not be rendered in 'View' (#6280) Refactor Content upload modal (#5047) Passes the `user` to the `restricted` function of the block settings (#6271) Refactored SelectMetadataField.jsx to functional component (#5570) Remove "Generate tabs for items other than folders" field from navigation control panel (#6278) Refactor DatetimeWidget (#6213) Added make i18n to volto (#6274) Place the actions-storybook in correct folder (#6275) Refactor ReferenceWidget (#5093) Fix error in SortOn component when there is no sort selected. (#6273) When user changes location, set the userSession.token value based on cookie (#6079) Trivial MyST syntax enhancement ...
Ref: #4460
I have converted the src/components/manage/Blocks/Search/widgets/SelectMetadataField.jsx to a functional component and removed unused code.