If I set up a relationship and assign an entity relationship to a field in views, when I load the page, I get this error: "The requested page could not be found." This error doesn't appear in the logs, so it was kind of difficult to figure out the source. If I disable the Edit module, the error goes away.

Comments

frikovc’s picture

+1 same here. I can't integrate in my website because I use panels + views and a lot of views uses relationships. Any clues where to look?

saltednut’s picture

I believe this can be a duplicate of #2015295: Edit Module fails for "pseudo" fields provided via Relationship or Appended Global Text in Views

We could also add a check for entity reference fields. The patch I posted is just checking for fields provided via Relationship and "fake" fields like global text that get added.

geek-merlin’s picture

Title: Problems with Entity Reference/ relationship in view » Support relationship in view
Category: bug » feature

No problem with relationships here. The error itself is fixed by #2015295: Edit Module fails for "pseudo" fields provided via Relationship or Appended Global Text in Views.

So the remaining step is to enable editing of fields provided by relations.

geek-merlin’s picture

wim leers’s picture

Title: Support relationship in view » Support Views Relationships
Project: Edit » Edit Views
Version: 7.x-1.x-dev »
Component: Views integration » Code
Issue summary: View changes
Status: Active » Postponed

Please see #2149185: Figure out a way to *start* in-place editing inside a View — on a per-entity basis, just like elsewhere on the problems we need to solve before we can make Edit + Views integration a reality.

This issue is blocked on that issue.