- 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_stringparagraphs summary displayskeys, instead of human readablevalues.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | 3084200-string_long_v2.patch | 372 bytes | shrikant.dhotre |
| #12 | 3084200-string_long.patch | 364 bytes | shrikant.dhotre |
| #11 | paragraphs-support_der_string_long_summary-3084200-11.patch | 1.64 KB | rp7 |
Issue fork paragraphs-3084200
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
gugalamaciek commentedComment #3
gugalamaciek commentedComment #4
gugalamaciek commentedComment #5
gugalamaciek commentedComment #6
gugalamaciek commentedProvided patch fixes all the problems described in issue description.
Comment #7
gugalamaciek commentedComment #8
baysaa commentedPatch no longer applies. Rerolled against latest 8.x-1.x dev
Comment #9
nils.destoop commentedUpdated patch to fix warnings in php 8.1
Comment #10
spadxiii commentedChanged 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.
Comment #11
rp7 commentedRe-rolled against current dev.
Comment #12
shrikant.dhotre commentedcreating patch for strong_long in paragraph summary.
Comment #13
shrikant.dhotre commentedUpdated patch for string long field in paragraph summary.
Comment #15
shrikant.dhotre commentedHi @jstoller, can you please merge this request.