NIFI-5961 Fixing bug where the name of a versioned process group gets incorrectly reset

This closes #3271.

Signed-off-by: Mark Payne <markap14@hotmail.com>
This commit is contained in:
Bryan Bende 2019-01-18 10:35:35 -05:00 committed by Mark Payne
parent 8a3d7a453a
commit 79a3696e5e
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ public class VersionsResource extends ApplicationResource {
versionControlInfoDto.setState(flowState.name());
final ProcessGroupEntity updatedGroup = serviceFacade.updateProcessGroupContents(rev, groupId, versionControlInfoDto, flowSnapshot, getIdGenerationSeed().orElse(null), false,
true, entity.getUpdateDescendantVersionedFlows());
false, entity.getUpdateDescendantVersionedFlows());
final VersionControlInformationDTO updatedVci = updatedGroup.getComponent().getVersionControlInformation();
final VersionControlInformationEntity responseEntity = new VersionControlInformationEntity();