Skip to content

Commit 209d457

Browse files
committed
Fix ClassificationPlanController
1 parent 7f81c49 commit 209d457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roda-ui/roda-wui/src/main/java/org/roda/wui/api/v2/controller/ClassificationPlanController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public ResponseEntity<StreamingResponseBody> process(RequestContext requestConte
4747
RequestControllerAssistant controllerAssistant) throws RODAException, RESTException {
4848
// delegate
4949
ConsumesOutputStream consumesOutputStream = classificationPlanService
50-
.retrieveClassificationPlan(requestContext.getUser(), filename);
50+
.retrieveClassificationPlan(requestContext, filename);
5151
return ApiUtils.okResponse(new StreamResponse(consumesOutputStream), null);
5252
}
5353
});

0 commit comments

Comments
 (0)