Skip to content

Commit a2ce268

Browse files
broadcast note list on perm update - zeppelin-1438
1 parent 9cf1d88 commit a2ce268

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ public Response putNotePermissions(@PathParam("noteId") String noteId, String re
162162
AuthenticationInfo subject = new AuthenticationInfo(SecurityUtils.getPrincipal());
163163
note.persist(subject);
164164
notebookServer.broadcastNote(note);
165+
notebookServer.broadcastNoteList(subject);
165166
return new JsonResponse<>(Status.OK).build();
166167
}
167168

0 commit comments

Comments
 (0)