Actions
Bug #5043
closedCountry code drop-down on CA/Cert is using numeric value, not string
Description
The country code drop-down to select a country for CA or Certificate creation is using a numeric counter for the value rather than the text (e.g. "0" when it should be "US").
Updated by Anonymous almost 10 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Anonymous to Jim Pingle
Programmer had used incorrect array type, causing digit to be used as keys. Corrected and tested.
Updated by Jim Pingle almost 10 years ago
- Status changed from Feedback to Resolved
Looks good now, thanks!
Actions