Closed (fixed)
Project:
Get Directions
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2012 at 00:15 UTC
Updated:
18 Oct 2014 at 07:47 UTC
Jump to comment: Most recent
Comments
Comment #1
hutch commentedIt looks like the addressfield module does not always supply "country_name" as well as "country" so I have added a check to eliminate the notice.
Comment #2
blicarea commentedI am also having the problem on line 2086:
Comment #3
hutch commentedI have added this to my patch queue, thanks for reporting this.
Comment #4
sumeet.pareek commentedI get this on the line 421.
Eh. Mind rolling the patch in? Since you are already on it and have marked this 'needs review'.
Many thanks. The module looks good and I am looking forward to using it and adding my use-case related changes as patches soon.
Comment #5
hutch commentedYou are working with an older version of Getdirections, all testing should be done on current dev.
The notice suggests that you have had a much older version and need to save the admin/config/services/getdirections form, this will update the saved configuration to include "use_country_dropdown" and update the cached verion of the configuration which is what is causing this notice.
You can of course switch notices off on production sites in admin/config/development/logging.
Comment #6
hutch commented