mtien-apache commented on code in PR #7117:
URL: https://github.com/apache/nifi/pull/7117#discussion_r1187988754
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js:
##########
@@ -1931,13 +1948,20 @@
if (property.hidden === false) {
// Get the property value by propertyName
var propertyValue =
properties[dependency.propertyName];
+ referencingParameter = null;
+
+ // check if the property references a
parameter
+ if (!_.isEmpty(currentParameterContext)) {
Review Comment:
@mcgilman Thanks for reviewing! I removed the `type` parameters and updated
to use the provided callbacks from the client when calling `loadProperties`.
--
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]