You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/12/16 16:22:04 UTC

[GitHub] [nifi] mcgilman commented on a change in pull request #3931: NIFI-6872: support download flow

mcgilman commented on a change in pull request #3931: NIFI-6872: support download flow
URL: https://github.com/apache/nifi/pull/3931#discussion_r358326781
 
 

 ##########
 File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-flow-version.js
 ##########
 @@ -1843,6 +1843,15 @@
             }).promise();
         },
 
+        /**
+         * Downloads the latest versioned flow with the specified process group id
+         *
+         * @param processGroupId
+         */
+        downloadFlowVersion: function (processGroupId) {
 
 Review comment:
   This does not appear to be invoked. I'd recommend removing it as it would need to be updated to support a One Time Password if we wanted to leave it in place.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services