Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
locale.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Oct 2009 at 12:03 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
peximo commentedThe problem is in locale_field_fallback_view() which only checks if a field is empty, not if it is set.
Comment #2
plachlet's test this
Comment #3
plachThe patch looks good, but multilingual field tests need to be updated.
Comment #4
peximo commentedAdded some test.
Comment #5
plachAlso the new test looks good. A couple of minor issues:
Better: "Test if the body field does not appear on node view when the "hidden" display is set for the "full" build mode."
Should be "Test if the body display is actually "hidden" for the "full" build mode.". We might want to actually implement this before commit.
This review is powered by Dreditor.
Comment #6
peximo commentedAdded last test for body full type display and fix the comments.
Comment #7
peximo commentedFix a comment.
Comment #8
plachLooks good!
Comment #9
webchickCommitted to HEAD. Thanks!