Skip to content

Commit

Permalink
Issue 51147: make exported folder archive available in file root (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-jeckels authored Aug 28, 2024
1 parent fa2e207 commit cb0dfc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/src/org/labkey/flow/view/exportAnalysis.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
Map<ExportAnalysisForm.SendTo, String> sendToOptions = new EnumMap<>(ExportAnalysisForm.SendTo.class);
sendToOptions.put(ExportAnalysisForm.SendTo.Browser, "Browser");
sendToOptions.put(ExportAnalysisForm.SendTo.PipelineZip, "Pipeline root as zip");
sendToOptions.put(ExportAnalysisForm.SendTo.PipelineFiles, "Pipeline root as files");
sendToOptions.put(ExportAnalysisForm.SendTo.PipelineZip, "File root as zip");
sendToOptions.put(ExportAnalysisForm.SendTo.PipelineFiles, "File root as files");
FlowModule module = ModuleLoader.getInstance().getModule(FlowModule.class);
if (module.getExportToScriptCommandLine(getContainer()) != null)
Expand Down

0 comments on commit cb0dfc9

Please sign in to comment.