[
https://issues.apache.org/jira/browse/NIFI-13535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17868368#comment-17868368
]
ASF subversion and git services commented on NIFI-13535:
--------------------------------------------------------
Commit 2dd7cf7f92facf8c083d97c845541e5c535825a9 in nifi's branch
refs/heads/main from Rob Fellows
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2dd7cf7f92 ]
[NIFI-13535] - Fix: Issues selecting GitHub branch on version control screens
in new UI (#9087)
* [NIFI-13535] - Fix: Issues selecting GitHub branch on version control screens
in new UI
* ensure branch is provided when querying flow versions in import from registry
dialog
* add branch to loadFlows call on bucketChange
This closes #9087
> Issues selecting GitHub branch on version control screens in new UI
> -------------------------------------------------------------------
>
> Key: NIFI-13535
> URL: https://issues.apache.org/jira/browse/NIFI-13535
> Project: Apache NiFi
> Issue Type: Sub-task
> Affects Versions: 2.0.0-M3, 2.0.0-M4
> Reporter: Bryan Bende
> Assignee: Rob Fellows
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> In the new UI the version control screens (Start Version Control & Import
> from Registry) show a Branch selection field when the registry client
> indicates that it supports branching.
> On Start Version Control the Save action does submit the selected branch,
> this was fixed in
> [NIFI-13229|https://issues.apache.org/jira/browse/NIFI-13229], but the
> request that retrieves the available buckets is not using the selected
> branch, the request should be sending the query param "branch".
> Similarly, on Import From Registry, the requests for retrieving buckets,
> flows, and flow versions should be sending the "branch" query param. The
> backend needs to be updated for the flows and flow versions to accept the
> branch, currently the backend code is using the default branch on those two.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)