File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
nextflow/src/org/labkey/nextflow Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2020import org .labkey .api .security .AdminConsoleAction ;
2121import org .labkey .api .security .RequiresPermission ;
2222import org .labkey .api .security .permissions .AdminOperationsPermission ;
23+ import org .labkey .api .security .permissions .InsertPermission ;
2324import org .labkey .api .security .permissions .ReadPermission ;
2425import org .labkey .api .security .permissions .SiteAdminPermission ;
2526import org .labkey .api .util .Button ;
@@ -246,7 +247,7 @@ public static class AnalyzeForm extends PipelinePathForm
246247 private String configFile ;
247248 }
248249
249- @ RequiresPermission (AdminOperationsPermission .class )
250+ @ RequiresPermission (InsertPermission .class )
250251 public class NextFlowRunAction extends FormViewAction <AnalyzeForm >
251252 {
252253 @ Override
You can’t perform that action at this time.
0 commit comments