Problem/Motivation
TypeError: Return value of Drupal\extra_field_plus\Plugin\ExtraFieldPlusDisplayManager::getFieldPlugin() must be an instance of Drupal\extra_field_plus\Plugin\ExtraFieldPlusDisplayInterface
Steps to reproduce
* Create extra_field fields without extra_field_plus
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | extra_field_plus-3309180-1.patch | 1.99 KB | tobiasb |
Issue fork extra_field_plus-3309180
Show commands
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 #2
tobiasbComment #3
anybodyThank you @tobiasb! :) We'll have a look, thanks for the steps to reproduce!
@Grevil could you please have a look and try to reproduce this (and fix afterwards)? Thanks!
Comment #4
super_romeo commentedPatch #2 works.
Thank you, @tobiasb!
Comment #6
grevil commentedVery nice! I will have a look shortly, just encountered a bug while installing "extra_field" #3315787: Class "DrupalCodeGenerator\Command\BaseGenerator" not found.
Comment #7
keshavv commented#2 patch solve the issue. +1 for RTBC.
Comment #8
grevil commentedI could easily replicate this issue, quite major actually!
I'll have a look at the patch now.
Comment #10
grevil commentedLGTM!
Works as expected, just made the if cases a bit more explicit and adjusted the code a bit.
Comment #11
grevil commentedCheck https://git.drupalcode.org/project/extra_field_plus/-/merge_requests/19/... for a diff between the patch and my adjustments.
Comment #12
anybody@Grevil: Currently 6 tests seem to fail?
Comment #13
anybodyLeft some comments.
Comment #14
grevil commented@Anybody, D10 Tests are running for this module, even if it isn't Drupal 10 ready.
Comment #15
grevil commentedTests all green! Let's merge this! Thanks, @tobiasb! Important find!
Comment #16
grevil commented