Currently it is already possible to link to the entity by using the "Rendered Entity" field. However it might be useful to have a simple field for just invoking entity_uri().

I will provide a patch if this is a wanted feature.

CommentFileSizeAuthor
#3 drupal-1435676-3.patch4.83 KBdawehner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fago’s picture

We already have a views handler for URIs in general. Furthermore #1422848: Optionally expose computed properties as views fields is about to do exactly that just as example, but requires the "url" property to exist.

From what I've seen the URL handler could need some improvements though. Thus, I'd be happy if you could have a look at that!

fubhy’s picture

Oh.. I didn't see that one. Will check it out later and see what I can do.

dawehner’s picture

Status: Active » Needs review
FileSize
4.83 KB

Just a patch to get the ball rolling.

Chris Matthews’s picture

Issue summary: View changes

The 6 year old patch in #3 to entity.info, entity.views.inc and entity_views_handler_field_entity_uri.inc applied cleanly to the latest entity 7.x-1.x-dev, but still needs review.