Skip to content

Commit

Permalink
AMP-30574
Browse files Browse the repository at this point in the history
Map primary and secondary sectors
  • Loading branch information
brianbrix committed Jun 14, 2024
1 parent ec3b2ce commit 04e7a25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private void populateSecondarySectorsFor1Choice(AjaxRequestTarget target, AmpCla
logger.info("Selected sector: " + selectedSector);
try {
if (selectedSector!=null) {
List<AmpSector> choices = (List<AmpSector>)secondarySectorsTable.getSearchSectors().getModelParams().get(AmpSectorSearchModel.PARAM.DST_SECTORS_FOUND);
List<AmpSector> choices = (List<AmpSector>)primarySectorsTable.getSearchSectors().getModelParams().get(AmpSectorSearchModel.PARAM.DST_SECTORS_FOUND);
List<AmpSector> sectorChoices = searchSectorsDstFromMapping(selectedSector);


Expand Down

0 comments on commit 04e7a25

Please sign in to comment.