When a view field comes empty (NULL), views_handler_field_node::render_link() generates an empty link (self closing <a> tag)

CommentFileSizeAuthor
#1 views_empty_links.patch6.91 KByched
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yched’s picture

Status: Active » Needs review
FileSize
6.91 KB

Other handlers have their own render_link(), not only views_handler_field_node, of course.
Attached patch fixes all the occurrences I could find.

merlinofchaos’s picture

Status: Needs review » Fixed

Good catch. Thanks for the patch!

Status: Fixed » Closed (fixed)

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