Closed (fixed)
Project:
Cloud
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
31 Jan 2021 at 08:27 UTC
Updated:
30 Jun 2021 at 22:44 UTC
Jump to comment: Most recent, Most recent file
hook_field_widget_form_alter() to hook_field_widget_multivalue_form_alter() since the following warning is reported by the tests running on Drupal core 9.2.x:The deprecated alter hook hook_field_widget_form_alter() is
implemented in these functions: cloud_field_widget_form_alter. Deprecated
in drupal:9.2.0 and is removed from drupal:10.0.0. Use
hook_field_widget_single_element_form_alter or
hook_field_widget_single_element_WIDGET_TYPE_form_alter instead. See
https://www.drupal.org/node/3180429.| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3195671-3.patch | 1.38 KB | yas |
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 #3
yasComment #4
masami commented@yas
I reviewed the patch and it looks good tome.
So I changed the status to RTBC.
Comment #5
yas@masami
Thank you for your review. I'll merge the patch to
3.xand close this issue asFixed.Comment #8
yasComment #10
yasRe-opening this issue.
Comment #13
yas