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


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-controller-service.js:
##########
@@ -865,7 +904,7 @@
                     
referencingComponentRevisions[referencingComponentEntity.id] = 
nfClient.getRevision(referencingComponentEntity);
                 }
             } else {
-                if (referencingComponent.referenceType === 'Processor' || 
referencingComponent.referenceType === 'ReportingTask') {
+                if (referencingComponent.referenceType === 'Processor' || 
referencingComponent.referenceType === 'ReportingTask' || 
referencingComponent.referenceType === 'FlowAnalysisRule') {

Review Comment:
   Looking a little more closely here, I think we'd need to make some minor 
changes to ensure the Flow Analysis Rules are not passed to the back end with 
the other schedulable components. Instead, it may make sense to include them 
with the referencing Services but we'd probably want to look at it a little 
more closely.



-- 
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