This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new f20857d87e NIFI-13737 Include branch when calling getFlowVersions for
change version dialog
f20857d87e is described below
commit f20857d87e2d641d73eaa81356a72c78ee44ee7c
Author: Bryan Bende <[email protected]>
AuthorDate: Tue Sep 10 22:41:38 2024 -0400
NIFI-13737 Include branch when calling getFlowVersions for change version
dialog
Signed-off-by: Pierre Villard <[email protected]>
This closes #9257.
---
.../apps/nifi/src/app/pages/flow-designer/state/flow/flow.effects.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/state/flow/flow.effects.ts
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/state/flow/flow.effects.ts
index 794394bcc6..122ed415a4 100644
---
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/state/flow/flow.effects.ts
+++
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/state/flow/flow.effects.ts
@@ -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: {