aeaversa commented on a change in pull request #3281: NIFI-5986 Adding "Stop &
Configure" button functionality to Processor…
URL: https://github.com/apache/nifi/pull/3281#discussion_r278694075
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-processor-details.js
##########
@@ -296,6 +317,81 @@
});
}
+ //Populate the status bar if the feature is enabled
+ if (config.supportsStatusBar &&
nfCommon.isDefinedAndNotNull(config.nfCanvasUtils)){
+
+ //Synchronize the status bar values to the canvas component
+ var target = function(){
+ return
config.nfCanvasUtils.getSelectionById(processor.id)['datum']();
Review comment:
@mcgilman - Was initially troubleshooting an undefined issue an missed this
one. Implemented change to directly invoke.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services