This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new beb1d2f NIFI-8520 - Parameter Contexts - Show the wrong information
of referencing components
beb1d2f is described below
commit beb1d2f4451c2e3311f0edc4ba2effd8ce8f914a
Author: s9514171 <[email protected]>
AuthorDate: Thu May 20 13:20:09 2021 +0000
NIFI-8520 - Parameter Contexts - Show the wrong information of referencing
components
Signed-off-by: Pierre Villard <[email protected]>
This closes #5060.
---
.../nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js | 1 +
1 file changed, 1 insertion(+)
diff --git
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js
index 72d2691..2f9ffc6 100644
---
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js
+++
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js
@@ -206,6 +206,7 @@
var parameterGrid = $('#parameter-table').data('gridInstance');
var parameterData = parameterGrid.getData();
+ parameterGrid.setSelectedRows([]);
parameterData.setItems([]);
resetUsage();