Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Aug 2009 at 18:11 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mhrabovcin commentedPatch for it.
Comment #2
mhrabovcin commentedComment #3
yched commentedThis fixes the symptom, but I'll let plach feedback whether !isset($instance_values['default_value_widget'][$field_name]['#language']) is a 'normal' situation or the sign of a bug somewhere else.
Comment #4
lambic commentedoops, didn't realise I created a duplicate, I've added my patch here too.
Comment #5
lambic commentedtagging
Comment #6
lambic commentedNote about my patch: #language is not defined in $form_state, only in $form, so I'm referencing it there instead.
Comment #8
karens commentedIn spite of the failure above, I can confirm that this patch does fix the problem.
Comment #9
webchickTry that again, testing bot.
Comment #10
webchickCommitted to HEAD. Fixed!