Closed (cannot reproduce)
Project:
Relation
Version:
7.x-1.0-rc2
Component:
Views
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2012 at 06:45 UTC
Updated:
4 May 2013 at 08:29 UTC
Wondering if it's actually possible to replicate, using views, the relation listing table that the module provides at admin/content/relation. I've tried every which way and can't get it; in my case the relation is a user-user relation, and the closest view I can build shows two rows for each relation.
The reason I want to replicate this is I'd like to build a more useful admin page for this particular relation, which includes views bulk operations, exposed filters and so forth.
Comments
Comment #1
naught101 commentedYou are creating a relation view, right? Not a content view? VBO works for me with a relation view. The options are somewhat limited, but this is the realm of VBO, not relation.
Also, I discovered a bug: #1986648: Trying to get property of non-object in relation_endpoint_get_endpoint_entity_types(), so thanks :)