- 🇫🇷France erwangel
Patch from #2 worked for me too on upf-2.0.0. I had to use patch for D-10 compatibility 📌 Automated Drupal 10 compatibility fixes RTBC before to be able to install the module with composer.
Error: Call to undefined method Drupal\Core\Entity\EntityTypeManager::getFieldDefinitions() in user_private_fields_form_user_form_alter() (line 95 of modules/contrib/user_private_fields/user_private_fields.module).
After installation of the module and visiting the edit form of a user, I get the error.
Patch will follow. use EntityFieldManager instead of EntityTypemanager
Integrate Patch in new release :-)
None
None
None
Downport
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Patch from #2 worked for me too on upf-2.0.0. I had to use patch for D-10 compatibility 📌 Automated Drupal 10 compatibility fixes RTBC before to be able to install the module with composer.