Commit fdf6a120 authored by Evgeny Leonov's avatar Evgeny Leonov
Browse files

Issue #3256391: Drupal\Component\Plugin\Exception\PluginNotFoundException: The...

Issue #3256391: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "field_item:text_long" plugin does not exist
parent 7a39c58b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
- [#3079282] by lakeloafer: PubMed abst_e field - contains basic html

### Fixed
- [#3256391]: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "field_item:text_long" plugin does not exist
- [#3256210]: Custom fields are displayed under the action buttons on the Reference form
- [#3212586] by Eric_A: Require audiolabs/bibtexparser:^1.0 instead of audiolabs/bibtexparser:dev-master

@@ -792,3 +793,4 @@ Add description to reference types, prefill it with sensible defaults. On refere
[#3256203]: https://www.drupal.org/node/3256203
[#3256207]: https://www.drupal.org/node/3256207
[#3256210]: https://www.drupal.org/node/3256210
[#3256391]: https://www.drupal.org/node/3256391
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ package: Bibliography & Citation
dependencies:
  - bibcite
  - bibcite_entity
  - text
core: 8.x
core_version_requirement: ^8 || ^9
hidden: true
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ class EntityCitationRenderTest extends KernelTestBase {
  public static $modules = [
    'system',
    'user',
    'text',
    'serialization',
    'bibcite',
    'bibcite_entity',
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ dependencies:
  - bibcite_entity_test
  - bibcite_export
  - bibcite_bibtex
  - text
core: 8.x
core_version_requirement: ^8 || ^9
hidden: true
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ dependencies:
  - bibcite_import
  - bibcite_ris
  - bibcite_bibtex
  - text
core: 8.x
core_version_requirement: ^8 || ^9
hidden: true
Loading