Issue #1830 - Don't allow base level config files for FFMP
Change-Id: Ib408e51eda5367a1d66684685935b6163acbbb77 Former-commit-id: 33f7392176acf8da158f309451557edd677c7805
This commit is contained in:
parent
1cea2404c8
commit
15c4f53172
1 changed files with 1 additions and 2 deletions
|
@ -58,6 +58,7 @@ import com.raytheon.viz.ui.dialogs.CaveSWTDialog;
|
|||
* ------------ ---------- ----------- --------------------------
|
||||
* Initial creation
|
||||
* Dec 6, 2012 1353 rferrel Make dialog non-blocking.
|
||||
* Apr 01, 2013 1830 mpduff Don't allow base files.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -318,8 +319,6 @@ public class LoadSaveConfigDlg extends CaveSWTDialog {
|
|||
IPathManager pm = PathManagerFactory.getPathManager();
|
||||
|
||||
ArrayList<LocalizationContext> contextList = new ArrayList<LocalizationContext>();
|
||||
contextList.add(pm.getContext(LocalizationType.CAVE_STATIC,
|
||||
LocalizationLevel.BASE));
|
||||
contextList.add(pm.getContext(LocalizationType.CAVE_STATIC,
|
||||
LocalizationLevel.SITE));
|
||||
contextList.add(pm.getContext(LocalizationType.CAVE_STATIC,
|
||||
|
|
Loading…
Add table
Reference in a new issue