NIFI-13737 Include branch when calling getFlowVersions for change version dialog

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #9257.
This commit is contained in:
Bryan Bende 2024-09-10 22:41:38 -04:00 committed by Pierre Villard
parent 1101d4d995
commit f20857d87e
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -3673,7 +3673,7 @@ export class FlowEffects {
switchMap((versionControlInfo: VersionControlInformationEntity) => {
const vci = versionControlInfo.versionControlInformation;
if (vci) {
return from(this.registryService.getFlowVersions(vci.registryId, vci.bucketId, vci.flowId)).pipe(
return from(this.registryService.getFlowVersions(vci.registryId, vci.bucketId, vci.flowId, vci.branch)).pipe(
map((versions) =>
FlowActions.openChangeVersionDialog({
request: {