mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
broadcast note list on perm update - zeppelin-1438
This commit is contained in:
parent
9cf1d8848e
commit
a2ce268891
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ public class NotebookRestApi {
|
|||
AuthenticationInfo subject = new AuthenticationInfo(SecurityUtils.getPrincipal());
|
||||
note.persist(subject);
|
||||
notebookServer.broadcastNote(note);
|
||||
notebookServer.broadcastNoteList(subject);
|
||||
return new JsonResponse<>(Status.OK).build();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue