sardell commented on code in PR #10346:
URL: https://github.com/apache/nifi/pull/10346#discussion_r2379662043


##########
nifi-frontend/src/main/frontend/apps/nifi-registry/src/app/app-routing.module.ts:
##########
@@ -28,13 +28,16 @@ const routes: Routes = [
         path: 'explorer',
         loadChildren: () => 
import('./pages/resources/feature/resources.module').then((m) => 
m.ResourcesModule)
     },
+    {
+        path: 'buckets',
+        loadChildren: () => 
import('./pages/buckets/feature/buckets.module').then((m) => m.BucketsModule)
+    },

Review Comment:
   Referring to our previous discussion involving the support of legacy urls, 
do we want to support a redirect from the old buckets path at 
`administration/workflow` to the new `buckets` path?



-- 
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