You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "exceptionfactory (via GitHub)" <gi...@apache.org> on 2023/09/21 18:55:13 UTC

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #7768: NIFI-12101: Fixed bugs that caused StatelessBasicsIT.testChangeFlowVe…

exceptionfactory commented on code in PR #7768:
URL: https://github.com/apache/nifi/pull/7768#discussion_r1333482809


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ProcessGroupRecursivity.java:
##########
@@ -16,7 +16,7 @@
  */
 package org.apache.nifi.web.api.entity;
 
-public enum ProcessGroupUpdateStrategy {
-    CURRENT_GROUP,
-    CURRENT_GROUP_WITH_CHILDREN
+public enum ProcessGroupRecursivity {

Review Comment:
   This name change impacts the REST API parameters, which also impacts UI JavaScript code. It would be better to separate these changes into a distinct PR specific to the main branch so that the resolution for the integration test issue could be backported to the support branch.



-- 
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-unsubscribe@nifi.apache.org

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