Closed (fixed)
Project:
Domain
Version:
7.x-2.x-dev
Component:
- Domain Conf
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2011 at 12:24 UTC
Updated:
30 Aug 2011 at 21:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
simon georges commentedPlease find the patch attached for 7.x-2.x-dev.
Comment #2
simon georges commentedAdditionnal notes :
- the #default_value is not set, because the part with the call to
$extra = domain_conf_api();does not contain a $settings part (relative to the similar call for domains other than default), I'll try to provide a patch for this part as well later (but the patch above is useless if it doesn't allow to see the current value, actually :().- the code is not the same in 7.x-3.x, settings values is discouraged for default domain, so the logic has changed for this part.
Comment #3
agentrickardLet's fix this in 7.x.3 and then backport.
Comment #4
agentrickardBug does not exist in 7.x.3, since that function was removed.
Comment #5
agentrickardMissed some other places where &$form_state needs to be passed by reference.
Comment #6
agentrickardSee #1251342: hook_domainconf() does not set #default_value for the other issue.
Comment #7
agentrickardNope, still fixed.