tpalfy commented on code in PR #7191:
URL: https://github.com/apache/nifi/pull/7191#discussion_r1301897986
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-controller-service.js:
##########
@@ -1079,7 +1118,7 @@
var referencingComponents = service.referencingComponents;
$.each(referencingComponents, function (_,
referencingComponentEntity) {
var referencingComponent =
referencingComponentEntity.component;
- if (referencingComponent.referenceType === 'Processor' ||
referencingComponent.referenceType === 'ReportingTask' ||
referencingComponent.referenceType === 'ParameterProvider' ||
referencingComponent.referenceType === 'FlowRegistryClient') {
+ if (referencingComponent.referenceType === 'Processor' ||
referencingComponent.referenceType === 'ReportingTask' ||
referencingComponent.referenceType === 'FlowAnalysisRule' ||
referencingComponent.referenceType === 'ParameterProvider' ||
referencingComponent.referenceType === 'FlowRegistryClient') {
Review Comment:
Is this only about bulletins? I thought this also has something to do with
the lifecycle of components. All other components available from Controller
level are handled here.
--
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]