mcgilman commented on code in PR #7117:
URL: https://github.com/apache/nifi/pull/7117#discussion_r1185469991
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/propertytable/jquery.propertytable.js:
##########
@@ -2001,6 +2026,44 @@
propertyData.setItems([]);
};
+ /**
+ * Gets all the referenced parameters from the {parameterContext} based on
the value of {parameterReference}
+ *
+ * @param {string} parameterReference
+ * @returns {ParameterEntity[]}
+ */
+ var getExistingParametersReferenced = function (parameterReference) {
Review Comment:
It also looks like the Property Table already has a
`containsParameterReference` function. Can it be used instead? I see that one
is simply detecting while the other is extracting the Parameter Reference. If
there's no opportunity for reuse that's ok. Just wanted to raise awareness here
in case.
--
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]