Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Couldn't get it to work if View unpublished paragraphs cheked.
Only admin could see all unpublished paragraphs.
With version 1.13 it works fine.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | Screenshot from 2022-09-02 18-19-31.png | 42.56 KB | anjali rathod |
Comments
Comment #2
berdirWorks fine for us, please provide steps to reproduce starting from a fresh Drupal 9 site or an automated tests.
Comment #3
kazah commentedI display paragraphs with a view.
The structure is like this:
Node: cake
Paragraph: Berries (Name (
reference_field), number (integer))Node: Strawberry (
Unpublished)When displaying fields in the view, paragraph fields are not displayed. If I publish a node (
strawberry), then they are displayed.Views permission:
View published content. Even if I checkwithout restrictions- nothing is shown.Comment #4
kazah commentedComment #5
anjali rathodI will work on this.
Comment #6
anjali rathodComment #7
anjali rathod@kazah can you confirm if there is this filter Content: Published (= Yes) in the view under filter criteria section. I am attaching a screenshot below for reference , if yes then please remove the filter as it blocks the output if the content is not published.
Comment #8
kazah commentedThanks for helping.
But it did not help.
I use the patch to output this level of nesting:
https://www.drupal.org/project/entity_reference_revisions/issues/2799479#comment-14543273
Maybe it helps.
Comment #9
jenlamptonThis issue pre-dates https://www.drupal.org/project/paragraphs/issues/3463946 but they are duplicates. Because that issue has a PR for testing, I'm going to close this one as the duplicate.