From c18f75c59707cc1e4165a8906ec849f55d50eb76 Mon Sep 17 00:00:00 2001 From: Matt Gilman Date: Thu, 21 Jan 2016 11:25:17 -0500 Subject: [PATCH] NIFI-259: - Ensuring component state is sorted accordingly when loaded in the table. --- .../src/main/webapp/js/nf/canvas/nf-component-state.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-component-state.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-component-state.js index 78a36bfd51..769256c239 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-component-state.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-component-state.js @@ -161,6 +161,7 @@ nf.ComponentState = (function () { // complete the update componentStateData.endUpdate(); + componentStateData.reSort(); // update the total number of state entries $('#total-component-state-entries').text(count);