bug on linked rich text field
self relation to child field shows parent field??
as snippet:
or as document
I don’t quite understand what you think is not behaving as it should…
You have a rich text field (on entity c0004) which is showing the content of the Modification & Notes field of a related (parent) entity, right?
And when you expand the field, to show the rich text in full screen, it is showing the name of the entity to which this field belongs.
What 's the problem?
Hi Chris,
parent is c0003 (pink triangles), child is c0004. Being of the same database, both have same field.
on the child c0004, I have both the its own “Modifications & Notes” rich text field and then I am also displaying the parent’s “Modifications & Notes” (pink triangles). However, it is not doing that, for some reason clicking “Expand” on this pink triangle field brings me not the correct parent Modifications & Notes" rich text field (c0003), it brings me to child one (c0004)
another indication that this may be a bug is visible from the second snapshot where you can see that depending on whether I choose to display as “Snippet” or “Document” it shows different content (apologies, I updated/corrected the snapshot)
Apologies for confusion, I am not a programmer and I guess it shows
Best, Philipp
Ah, OK. So when the field is set to ‘Display as snippet’ the text is not a snippet based on the parent’s content, but is being replaced with a snippet based on the child’s content.
Did I get that right?
Yes:
Field displayed as Snippet = Parent’s content → works as intended
Field displayed as Document = Child content → ???