Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2009 at 04:36 UTC
Updated:
8 Oct 2009 at 23:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerFirst, i can reproduce it.
Ha, the fix was incredible easy :)
... Should be work also for 2.x
Comment #2
niklp commentedWhile you're there (it is *sorta* related) - even if the field has no value for that row, the output is still evaluated and written.
ie, I have some rows with a field filled, and some not. If I choose to rewrite the field to '([field_appt_type_value])', it still writes out '()' even when the field has no value. That doesn't make sense to me.
Comment #3
merlinofchaos commentedCommitted.
#2: There's a setting to use for the case where the field is empty.
Comment #4
merlinofchaos commentedSpecifically "Hide if empty".