RadarMenuUtil now builds from MOSAIC_RADAR (full list) rather than DIAL_RADAR
Former-commit-id: 21e4ee2d0c
This commit is contained in:
parent
ab82ce1528
commit
b6b737c0df
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ public class RadarMenuUtil extends AbstractMenuUtil implements
|
|||
*/
|
||||
// now on to dial radars
|
||||
List<String> radars = RadarsInUseUtil.getSite(getSite(),
|
||||
RadarsInUseUtil.DIAL_CONSTANT);
|
||||
RadarsInUseUtil.MOSAIC_CONSTANT);
|
||||
|
||||
// create MenuTemplateFile for the dialRadars.xml
|
||||
MenuTemplateFile menuTemplateFile = new MenuTemplateFile();
|
||||
|
|
Loading…
Add table
Reference in a new issue