Country form tool - does not show previously selected country

Description

when editing a record, country does not show selected country .
That data is saved correctly

Fix
core/packages/formtools/country.cfc line 292
qCommon.currentrow should be qAll
<cfoutput query="qAll">
<option value="#qAll[arguments.stMetadata.ftValue][qAll.currentrow]#"<cfif arguments.stMetadata.value eq qAll[arguments.stMetadata.ftValue][qCommon.currentrow] and not selectedItem> selected="selected"</cfif>>#qAll.name[qAll.currentrow]#</option>
</cfoutput>

Environment

None

Activity

Show:

Andrew Mercer 
February 12, 2018 at 2:37 AM

p720 fixed

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created February 12, 2018 at 2:26 AM
Updated February 12, 2018 at 2:37 AM
Resolved February 12, 2018 at 2:37 AM