if you select "Rewrite the output of this field", and then write a string in the text area that appears, deselecting "Rewrite the output of this field" does not turn the feature off, it hides the text box but the field output remains rewritten.
probably just a condition somewhere...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-561892.patch | 902 bytes | dawehner |
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".