Github user JPercivall commented on the issue:
https://github.com/apache/nifi/pull/2219
Small bug with the visuals on nested flows:
- Start with a versioned flow that contains a nested versioned flow. Both
are up to date.
- Make a change to the nested flow.
- Notice that it correctly has the "*" saying it has local uncommitted
changes.
- Go to the top versioned flow, notice that it says that it is still up to
date.
This is different than if the nested flow wasn't versioned. In that case,
the top level properly shows the "*".
Fortunately, if I go to commit the top level versioned flow it correctly
tells me I can't because I have a nested versioned flow with uncommitted
changes.
---