Closed (fixed)
Project:
Addressfield Autocomplete
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2014 at 06:58 UTC
Updated:
15 Jul 2014 at 13:48 UTC
Jump to comment: Most recent
Comments
Comment #2
adammitchell commentedHi Markus,
It appears that it is an issue with both modules. When you switch between widgets, the instance config gets overriden with an empty array for the default value.
I have written a patch for this in the addressfield autocomplete so it works when switching from dynamic address widget to addressfield autocomplete; however if you are switching back again the issue remains, as you are still trying to access that offset. You can remove the error by editing the field and just resaving it without making any updates.
Adam
Comment #3
masipila commentedRe-tested successfully with the latest DEV version.
Comment #4
adammitchell commentedThis commit d87797a on 7.x-1.x, adds a fix in for this notice which will fixed it when switching to and from both types of widgets.
Comment #5
adammitchell commented