buczi commented on code in PR #9889:
URL: https://github.com/apache/nifi/pull/9889#discussion_r2075362683


##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/canvas/items/flow/import-from-registry/import-from-registry.component.ts:
##########
@@ -397,6 +399,7 @@ export class ImportFromRegistry extends CloseOnEscapeDialog 
implements OnInit {
                 }),
                 disconnectedNodeAcknowledged: 
this.clusterConnectionService.isDisconnectionAcknowledged(),
                 component: {
+                    name: 
this.importFromRegistryForm.get('customFlowName')?.value,

Review Comment:
   Thanks for the great catch @sardell. I added the fix on the backend side so 
that in case anyone will use the raw API without the UI they will not encounter 
this issue.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to