- last update
over 1 year ago 2 pass - 🇻🇳Vietnam chuyenlv
Tested with Drupal 10 and I see some errors:
- Deprecated function: Creation of dynamic property Drupal\tablefield\Plugin\Field\FieldFormatter\TablefieldFormatter::$ModuleHandler is deprecated
- Deprecated function: Creation of dynamic property Drupal\tablefield\TableValue::$value is deprecated
I create the patch to fix these errors. - last update
over 1 year ago 2 pass - 🇫🇷France Grimreaper France 🇫🇷
Hi,
Thanks for the patch comment 5, it solved the warnings.
- 🇨🇦Canada dylan donkersgoed London, Ontario
The clean-code-deprecated-dynamic-property-3170043-5.patch patch no longer applies to the latest dev/2.5-rc1 versions because the moduleHandler property name has been fixed. Attaching a new patch which includes only the setValue fix.