You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Nandor Soma Abonyi (Jira)" <ji...@apache.org> on 2023/04/05 22:58:00 UTC

[jira] [Created] (NIFI-11390) Renaming versioned process group is not detected as a change

Nandor Soma Abonyi created NIFI-11390:
-----------------------------------------

             Summary: Renaming versioned process group is not detected as a change
                 Key: NIFI-11390
                 URL: https://issues.apache.org/jira/browse/NIFI-11390
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework, NiFi Registry
    Affects Versions: 1.21.0
            Reporter: Nandor Soma Abonyi


Renaming a versioned process group is not detected as a change. If we modify something in the process group, for example, we move a processor, there will be one “Position changed” local change. However, if we commit after that, the name of the process group will also be changed.

There are two options that I can think of:
 * Treat renaming as a separate local change so it is possible to commit it alone.
 * Treat the name of the PG local, but don’t update the name “silently” when there are other changes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)