Skip to content

Commit 04e7a25

Browse files
committed
AMP-30574
Map primary and secondary sectors
1 parent ec3b2ce commit 04e7a25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

amp/WEB-INF/src/org/dgfoundation/amp/onepager/components/features/sections/AmpSectorsFormSectionFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private void populateSecondarySectorsFor1Choice(AjaxRequestTarget target, AmpCla
116116
logger.info("Selected sector: " + selectedSector);
117117
try {
118118
if (selectedSector!=null) {
119-
List<AmpSector> choices = (List<AmpSector>)secondarySectorsTable.getSearchSectors().getModelParams().get(AmpSectorSearchModel.PARAM.DST_SECTORS_FOUND);
119+
List<AmpSector> choices = (List<AmpSector>)primarySectorsTable.getSearchSectors().getModelParams().get(AmpSectorSearchModel.PARAM.DST_SECTORS_FOUND);
120120
List<AmpSector> sectorChoices = searchSectorsDstFromMapping(selectedSector);
121121

122122

0 commit comments

Comments
 (0)