Simple handler to use the field entity_label() and entity_url() functions to show the entities label (i.e. $node->title) if empty.

Display Options:
- Text only
- Link

Internals:
Label = entity_label()
$url = entity_url()
Link = l(entity_label(), $uri['path'], $uri['options'])

Comments

Alan D.’s picture

Category: task » feature
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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