- Issue created by @viniciusrp
- Merge request !193Issue #3518062 by viniciusrp: Error to create a thread: Warning: Undefined... → (Open) created by viniciusrp
- 🇧🇷Brazil viniciusrp
I create a patch to be used until review and end solution.
I am trying to create a simple thread with an user and a php warning is returning, the thread is created, but without members
Error:
Warning: Undefined array key "target_id" in Drupal\private_message\Plugin\Field\FieldWidget\PrivateMessageThreadMemberWidget->massageFormValues() (line 196 of modules/contrib/private_message/src/Plugin/Field/FieldWidget/PrivateMessageThreadMemberWidget.php).
Create a thread with one or more user, a warning is throwing and the thread is created without members.
Fix the return from: src/Plugin/Field/FieldWidget/PrivateMessageThreadMemberWidget.php:195
N/A
N/A
N/A
N/A
Active
3.0
Code
I create a patch to be used until review and end solution.