nagasivanath commented on a change in pull request #3990: NIFI-7032 Processor
Details no longer appears when clicking 'View Processor Details'
URL: https://github.com/apache/nifi/pull/3990#discussion_r368121604
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-processor-details.js
##########
@@ -179,6 +179,9 @@
readOnly: true,
getParameterContext: function (groupId) {
// processors being configured must be in the current group
+ if(typeof nfCanvasUtils === "undefined"){
Review comment:
Thanks for the suggestions, handled to set the getParameterContext when the
nfCanvasUtils is available. regarding the passing of nfCanvasUtil and injection
of it , i agree we can make it consistent across, will try to work on it with a
new PR
----------------------------------------------------------------
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