mcgilman commented on code in PR #11247:
URL: https://github.com/apache/nifi/pull/11247#discussion_r3267644537


##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/StandardNiFiServiceFacade.java:
##########
@@ -4619,36 +4619,86 @@ public StatusHistoryEntity getNodeStatusHistory() {
     }
 
     private boolean authorizeBulletin(final Bulletin bulletin) {
+        return authorizeBulletin(bulletin, null);

Review Comment:
   Let me prepare a fix for the bulletin board. There is no ability yet to 
clear bulletins in the Connector canvas. Let's address that portion when that 
work is started.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to