[
https://issues.apache.org/jira/browse/NIFI-15381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18061627#comment-18061627
]
ASF subversion and git services commented on NIFI-15381:
--------------------------------------------------------
Commit f6d146f314d7885a53bba4eb0dbd3fd19fa4fb62 in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f6d146f314d ]
NIFI-15381 - Improve UX for the view Show/Revert Local Changes to account for
environmental changes (#10681)
* NIFI-15381 - Improve UX for the view Show/Revert Local Changes to account for
environmental changes
Signed-off-by: Pierre Villard <[email protected]>
* review
---------
Signed-off-by: Pierre Villard <[email protected]>
> Bundle Changes in Show/Revert Local Changes
> -------------------------------------------
>
> Key: NIFI-15381
> URL: https://issues.apache.org/jira/browse/NIFI-15381
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> As part of the change in NIFI-14442, when listing local changes we are also
> listing the fact that bundle versions may have changed as part of an upgrade
> and that it'll be part of the commit.
> However we are also going to show those changes when clicking "revert local
> changes" in the UI but those changes should not be listed since we are NOT
> going to revert this as part of the action.
> However it can get tricky... those changes can be environmental because we
> upgraded the NiFi version and the component NAR went from X to Y
> automatically as part of the upgrade. But we could also have a bundle version
> change as the result of a manual action from the user when you have multiple
> versions of the same NAR in NiFi. In this case changing the version is not an
> environmental change and the user could indeed revert that version change.
> So we need to improve the logic around all of this to have the proper UX and
> show only the list of things that would effectively be reverted if reverting
> local changes. And when listing local changes, we should add a checkbox to
> hide/display changes that are environmental but not the result of a user
> action.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)