Originally posted at #1830518: Views integration (use Views' render pipeline to re-render edited fields in Views) but nod_ asked me to move it to a different issue

CommentFileSizeAuthor
#4 Screen Shot 2013-04-05 at 12.46.12.png14.27 KBwim leers

Comments

wim leers’s picture

Title: Edit module doesn't support Rendered Entity Views field » Support Rendered Entity Views field
Category: bug » feature
Status: Active » Postponed (maintainer needs more info)

This sounds like a feature request.

AFAICT this is provided by the Entity API module.

But what's not clear to me, is what it is exactly that you expect. Do you expect to be able to edit any field of an entity that is rendered as a view field?

wundo’s picture

> But what's not clear to me, is what it is exactly that you expect. Do you expect to be able to edit any field of an entity that is rendered as a view field?
Exactly, as I would do at node/ (or the equivalent to your favorite entity).

Mainly because from the user perspective doesn't matter if I'm on the entity view page, or if I'm viewing the entity elsewhere in the site.

wim leers’s picture

We implement hook_preprocess_field() and hook_preprocess_node(), so in theory, it should work just fine already. Where the theory differs from practice, that's what we still have to figure out :)

wim leers’s picture

Assigned: Unassigned » wim leers
Status: Postponed (maintainer needs more info) » Fixed
Issue tags: +Spark
StatusFileSize
new14.27 KB

So, by now it's become pretty clear that Edit + Views = nightmare, see #1830518-15: Views integration (use Views' render pipeline to re-render edited fields in Views) for details.

However… a Views using the "Rendered Entity" format should work stellarly, because it's in fact the exact same result and render pipeline the regular entity rendering pipeline.

So, I configured a View to use this:
Screen Shot 2013-04-05 at 12.46.12.png

And indeed, everything worked stellarly.

I suspect changes in alpha 7 or 8 has fixed any bugs that caused problems with this. It works great :)

wim leers’s picture

Component: Code » Views integration
wundo’s picture

Status: Fixed » Needs work

Hi Wim,
Actually there is another user case, when you use a Field views with one of the fields as the rendered entity. It should work great but it doesn't.

Cheers,
Fabiano

wim leers’s picture

Status: Needs work » Postponed (maintainer needs more info)

1) Please clarify by screenshots. I really don't know what you mean.
2) Please be aware that Views Fields are explicitly NOT yet supported: #1830518-15: Views integration (use Views' render pipeline to re-render edited fields in Views).

wim leers’s picture

Component: Views integration » Code
Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing due to lack of response.