We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up a field with a Typed Relation for the Author citation.
Create a piece of content that includes more than one Contributor field item.
View the citation in the block for the content.
[edit] The citaion should show all authors in the order they are arranged on the entity.
The last item in the set of Author fields is the one displayed.
I can provide more details if that would be helpful.
The text was updated successfully, but these errors were encountered:
Looking into this further, I see it's happening when you have a field structure like this
Title Contributor Paragraph 1
Where the Field Item List normalizer is overwriting the values as it loops through the fields.
PR forthcoming.
Sorry, something went wrong.
Issue discoverygarden#73: Preserve normalized output from nested Type…
43f21ed
…d Relation fields inside paragraphs.
No branches or pull requests
Steps to reproduce
Set up a field with a Typed Relation for the Author citation.
Create a piece of content that includes more than one Contributor field item.
View the citation in the block for the content.
Expected behaviour
[edit] The citaion should show all authors in the order they are arranged on the entity.
Observed behaviour
The last item in the set of Author fields is the one displayed.
I can provide more details if that would be helpful.
The text was updated successfully, but these errors were encountered: