paulettehc commented on code in PR #7923:
URL: https://github.com/apache/nifi/pull/7923#discussion_r1391176197


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/cluster/nf-cluster-table.js:
##########
@@ -853,6 +852,14 @@
                 var aNode = formatNodeAddress(a);
                 var bNode = formatNodeAddress(b);
                 return aNode === bNode ? 0 : aNode > bNode ? 1 : -1;
+            } else if (sortDetails.columnId === 'version' || 
sortDetails.columnId === 'javaVersion') {

Review Comment:
   Thanks for reviewing! If you look at line 1454, the `columnId` is set to the 
`field` vs the `id`. All of the columns in line 835, which has not been 
changed, also use the `field` value.



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to