You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ProcessGroupResource.java
+5
Original file line number
Diff line number
Diff line change
@@ -1047,6 +1047,11 @@ public Response createProcessGroup(
1047
1047
// If there are any Parameter Providers referenced by Parameter Contexts, resolve these to point to the appropriate Parameter Provider, if we are able to.
Copy file name to clipboardExpand all lines: nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/canvas/items/flow/import-from-registry/import-from-registry.component.html
+7
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,13 @@ <h2 mat-dialog-title>Import From Registry</h2>
Copy file name to clipboardExpand all lines: nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/canvas/items/flow/import-from-registry/import-from-registry.component.ts
+4-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ import { selectSaving } from '../../../../../state/flow/flow.selectors';
0 commit comments