Bug #5043
Country 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").
History
#1
Updated by Steve Beaver over 5 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Steve Beaver to Jim Pingle
Programmer had used incorrect array type, causing digit to be used as keys. Corrected and tested.
#2
Updated by Jim Pingle over 5 years ago
- Status changed from Feedback to Resolved
Looks good now, thanks!