Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2009 at 21:31 UTC
Updated:
30 Dec 2010 at 07:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerThats minor
Comment #2
dawehnerThis is a minor task, sorry but noone will ever need this.
Comment #3
dawehnerThis just is a problem if you are on a port of views to perhaps drupal8 :) Afaik this will not happen on a normal page run.
Comment #4
longwaveI just noticed the call to theme('views_nodate') in the date handler and wondered why the theme function doesn't exist. I have a case where it would be invoked: if the date field is in a left joined table, the value could be null if there is no matching row.
Having said that, the empty text setting is obviously more flexible, so perhaps this should be removed? If you actually implement theme_views_nodate() then the empty text setting is always overridden. The attached patch removes the theme() call and applies to both 6.x-2.x and 6.x-3.x.
Comment #5
merlinofchaos commentedApplied to 6.x-2.x and 6.x-3.x
Comment #6
dawehnerPorted to 7.x-3.x