so i was looking over the 'relation' module and how it exploits graph and graph API and was wondering if such a path would be possible with entity reference and entity api - or is this beyond the way in which this module was developed?

any insights would be appreciated.

i think that delivering a 'visualization' option for entity references would be an astounding way to explore content that leverages entity references

Comments

rchaghouri’s picture

suscribe

windmaomao’s picture

bump

drupalok’s picture

one more! this would be awesome.

clemens.tolboom’s picture

Why isn't this working for http://drupal.org/project/graphapi ?

Entity Reference has views support so in theory this should work.

What have you done while trying?

socialnicheguru’s picture

in the meantime has anyone used rules to create a relation whenever an entity reference is created so that this module can be used?

2dareis2do’s picture

subscribe

clemens.tolboom’s picture

This is a not an issue for this module as I just tested. These modules where used.

$ drush @drupal.d7 pm-list --status=enabled --no-core
 Package           Name                                Type    Version
 Chaos tool suite  Chaos tools (ctools)                Module  7.x-1.3
 Development       Devel generate (devel_generate)     Module
 Fields            Entity Reference (entityreference)  Module
 Other             Entity API (entity)                 Module
 Views             Views (views)                       Module  7.x-3.7
 Views             Views UI (views_ui)                 Module  7.x-3.7
 Visualization     Graph API (graphapi)                Module
 Visualization     Graph Phyz (graph_phyz)             Module
  1. Add entity reference field 'Related' to Article node
  2. Create a view
  3. Add node NID
  4. Add node Title
  5. Add Related NID
  6. Add Related Title (Link to content)
  7. Set Format to Graph Rendering
  8. Map fields
clemens.tolboom’s picture

Category: Feature request » Support request
Issue summary: View changes
Status: Active » Fixed

Feel free to reopen but then probably move the project to Graph API and keep it a support request.

I guess there is maybe a documentation problem.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.