diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/configuration/AutoIngestCaseOpenAction.java b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestCaseOpenAction.java similarity index 96% rename from Experimental/src/org/sleuthkit/autopsy/experimental/configuration/AutoIngestCaseOpenAction.java rename to Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestCaseOpenAction.java index eb6d6ea535..aec567641d 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/configuration/AutoIngestCaseOpenAction.java +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestCaseOpenAction.java @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.sleuthkit.autopsy.experimental.configuration; +package org.sleuthkit.autopsy.experimental.autoingest; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; @@ -31,6 +31,7 @@ import org.sleuthkit.autopsy.casemodule.CaseOpenAction; import org.sleuthkit.autopsy.coreutils.Logger; import org.sleuthkit.autopsy.casemodule.Case; import org.sleuthkit.autopsy.casemodule.StartupWindowProvider; +import org.sleuthkit.autopsy.experimental.configuration.AutoIngestUserPreferences; final class AutoIngestCaseOpenAction extends CallableSystemAction implements ActionListener { diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestDashboard.java b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestDashboard.java index aa38b7c0b7..f0d19bdef3 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestDashboard.java +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestDashboard.java @@ -235,6 +235,7 @@ public final class AutoIngestDashboard extends JPanel implements Observer { * Disable the new case action in auto ingest mode. */ CallableSystemAction.get(CaseOpenAction.class).setEnabled(false); + CallableSystemAction.get(AutoIngestCaseOpenAction.class).setEnabled(false); /* * Permanently delete the "Open Recent Cases" item in the "Case" menu. diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/Bundle.properties b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/Bundle.properties index 07362631c8..eede9875be 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/Bundle.properties +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/Bundle.properties @@ -1,3 +1,4 @@ +CTL_OpenAction=Open Case... AutoIngestDashboard.bnRefresh.text=&Refresh AutoIngestDashboard.lbCompleted.text=Completed Jobs AutoIngestDashboard.lbRunning.text=Running Jobs diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/layer.xml b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/layer.xml index cebe9048f3..6711abd865 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/layer.xml +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/layer.xml @@ -7,8 +7,8 @@ ====================================================== --> - - + + @@ -25,8 +25,8 @@ - - + + diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/configuration/Bundle.properties b/Experimental/src/org/sleuthkit/autopsy/experimental/configuration/Bundle.properties index 524dfa8191..36f1245a7a 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/configuration/Bundle.properties +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/configuration/Bundle.properties @@ -1,4 +1,3 @@ -CTL_OpenAction=Open Case... OptionsCategory_Name_General=Autopsy OptionsCategory_Keywords_General=Options OptionsCategory_Name_Auto_Ingest=Auto Ingest