updating to make sure sorted list actually gets assigned to the variable sent back to the template
This commit is contained in:
parent
c7b6e7a75e
commit
0cf492d729
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class EditConfigurationTemplateModel extends BaseTemplateModel {
|
|||
if(field.getOptionsType()!=FieldVTwo.OptionsType.HARDCODED_LITERALS) {
|
||||
optionsMap = SelectListGeneratorVTwo.getSortedMap(optionsMap);
|
||||
}
|
||||
pageData.put(fieldName, SelectListGeneratorVTwo.getOptions(editConfig, fieldName, wdf));
|
||||
pageData.put(fieldName, optionsMap);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue