Issue #1830 - Don't allow base level config files for FFMP
Change-Id: Ib408e51eda5367a1d66684685935b6163acbbb77 Former-commit-id: 9ecafb5aacbdb2928902435f342aa4547c2f5903
This commit is contained in:
parent
cd5da3a6c5
commit
261a39122d
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