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

naught101’s picture

Status: Active » Closed (cannot reproduce)

You 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 :)