- 🇩🇪Germany Anybody Porta Westfalica
Could the maintainer please have a look? This breaks functionality.
When saving is new node that has a link field with the linkit_field widget, you get a PHP warning when the title field of the link field is required.
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Drupal\linkit_field\Plugin\Field\FieldWidget\LinkitWidget' does not have a method 'validateTitleElement' in Drupal\Core\Form\FormValidator->doValidateForm() (line 282 of core/lib/Drupal/Core/Form/FormValidator.php).
It seems like the validateTitleElement
method is missing. We can copy it from the default LinkWidget and implement it in the LinkitWidget.
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Could the maintainer please have a look? This breaks functionality.