• For Dynamic Entity Reference, nothing is displayed in paragraph summary. But the value can be determined in exactly the same way, as for entity_reference
  • Drupal 8 provides strong_long, but nothing is displayed in paragraph summary. But the value can be determined in exactly the same way, as for other text fields (e.g. text_long, etc.)
  • Form list_string paragraphs summary displays keys, instead of human readable values.

Issue fork paragraphs-3084200

Command icon 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

gugalamaciek created an issue. See original summary.

gugalamaciek’s picture

Issue summary: View changes
gugalamaciek’s picture

Issue summary: View changes
gugalamaciek’s picture

Issue summary: View changes
gugalamaciek’s picture

Issue summary: View changes
gugalamaciek’s picture

Provided patch fixes all the problems described in issue description.

gugalamaciek’s picture

Issue summary: View changes
baysaa’s picture

Patch no longer applies. Rerolled against latest 8.x-1.x dev

nils.destoop’s picture

Updated patch to fix warnings in php 8.1

spadxiii’s picture

Changed the patch a little bit as this one was also handling list_string-types. I took the handling from 3179817 and placed it in this patch.

rp7’s picture

Re-rolled against current dev.

shrikant.dhotre’s picture

Version: 8.x-1.9 » 8.x-1.17
Issue tags: +long
StatusFileSize
new364 bytes

creating patch for strong_long in paragraph summary.

shrikant.dhotre’s picture

Status: Active » Needs review
StatusFileSize
new372 bytes

Updated patch for string long field in paragraph summary.

shrikant.dhotre’s picture

Hi @jstoller, can you please merge this request.