Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0-M3, 2.0.0-M4
-
None
-
None
Description
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, 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.
Attachments
Issue Links
- relates to
-
NIFI-13536 Add branch query param to registry client end-points for retrieving flows and flow versions
- Resolved
- links to