dev add field locale for get info for view doc
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-14 13:01:40 +07:00
parent 5dc3bb7157
commit 59e9de2684
3 changed files with 7 additions and 6 deletions
@@ -108,7 +108,8 @@ public class DockViewFileHandler implements RequestHandler {
null);
}
DockViewStatsResponse totalStats = dockViewService.getTotalStatsByFileIds(fileIds);
DockViewStatsResponse totalStats = dockViewService.getTotalStatsByFileIds(fileIds,
docViewerRequest.getLocale());
return new BaseResponse(request.getMsgId(),
MessageCode.SUCCESS.getCode(),