Skip to content

Commit

Permalink
fix: bug in 8.9.1 with Save as dialog (don`t loaded page tree)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandrfedorov97 committed May 28, 2024
1 parent 8782ebf commit 16c8d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/onlyoffice/OnlyOfficeEditorServlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public void doGet(final HttpServletRequest request, final HttpServletResponse re

ObjectMapper mapper = new ObjectMapper();

context.put("request", request);
context.put("configAsHtml", mapper.writeValueAsString(config));
context.put("historyInfoUriAsHtml", urlManager.getHistoryInfoUri(attachmentId));
context.put("historyDataUriAsHtml", urlManager.getHistoryDataUri(attachmentId));
Expand Down

0 comments on commit 16c8d62

Please sign in to comment.