We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bd4c7 commit d083cf8Copy full SHA for d083cf8
app/controllers/Extractors.scala
@@ -71,7 +71,7 @@ class Extractors @Inject() (extractions: ExtractionService,
71
72
73
74
- def showExtractorInfo(extractorName: String) = ServerAdminAction { implicit request =>
+ def showExtractorInfo(extractorName: String) = AuthenticatedAction { implicit request =>
75
implicit val user = request.user
76
val targetExtractor = extractorService.listExtractorsInfo(List.empty).find(p => p.name == extractorName)
77
targetExtractor match {
0 commit comments