Skip to content
New issue

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

Adds pattern fields with no value to the render as empty #288

Open
wants to merge 1 commit into
base: 8.x-1.x
Choose a base branch
from

Conversation

manuel-adan
Copy link

I found that having a pattern with a field that has the same name as a source field, if the pattern field is empty but the source field is mapped into another pattern field, the source field value is rendered in the pattern field with the same name.

E.g., an entity with a base field named "title" rendered using a layout pattern which has also a field named "title". The pattern title field has no placements in the layout (it is empty), and the entity title field is placed elsewhere in the layout. The value of the entity title is shown in the pattern title field.

#101 might be related to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant