mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-3092] Load note from memory when reloading
This commit is contained in:
parent
d545e81b00
commit
2f1b8bc2c3
1 changed files with 1 additions and 1 deletions
|
|
@ -823,7 +823,7 @@ public class NotebookServer extends WebSocketServlet
|
|||
|
||||
String user = fromMessage.principal;
|
||||
|
||||
Note note = notebook.getNoteAfterReloadFromRepo(noteId);
|
||||
Note note = notebook.getNote(noteId);
|
||||
|
||||
if (note != null) {
|
||||
if (!hasParagraphReaderPermission(conn, notebook, noteId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue