Rob Fellows created NIFI-9658:
---------------------------------
Summary: UI - Can not open Manage Bucket sidenav
Key: NIFI-9658
URL: https://issues.apache.org/jira/browse/NIFI-9658
Project: Apache NiFi
Issue Type: Bug
Components: NiFi Registry
Affects Versions: 1.16.0
Reporter: Rob Fellows
Clicking on the edit (pencil) icon in the Bucket listing does nothing. There is
an error in the console:
{code:java}
ERROR TypeError: Cannot read properties of undefined (reading 'open')
at t._next (nf-registry.bundle.min.b5fe240b61e098505c2c.js:1:227901)
at t.__tryOrUnsub (vendor.min.5952852aa92bb41cb265.js:3522:5764)
at t.next (vendor.min.5952852aa92bb41cb265.js:3522:4909)
at t._next (vendor.min.5952852aa92bb41cb265.js:3522:3985)
at t.next (vendor.min.5952852aa92bb41cb265.js:3522:3656)
at t.notifyNext (vendor.min.5952852aa92bb41cb265.js:6028:10971)
at t._next (vendor.min.5952852aa92bb41cb265.js:5560:86065)
at t.next (vendor.min.5952852aa92bb41cb265.js:3522:3656)
at Object.complete (vendor.min.5952852aa92bb41cb265.js:6267:2967)
at Object.n (vendor.min.5952852aa92bb41cb265.js:3522:5522) {code}
This translates into this when not built with compressed js:
{code:java}
ERROR TypeError: Cannot read properties of undefined (reading 'open')
at SafeSubscriber._next (nf-registry-manage-bucket.js:96:1)
at
SafeSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.__tryOrUnsub
(Subscriber.js:192:1)
at
SafeSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.next
(Subscriber.js:130:1)
at
Subscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._next
(Subscriber.js:76:1)
at
Subscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next
(Subscriber.js:53:1)
at
SwitchMapSubscriber.push../node_modules/rxjs/_esm5/internal/operators/switchMap.js.SwitchMapSubscriber.notifyNext
(switchMap.js:71:1)
at
SimpleInnerSubscriber.push../node_modules/rxjs/_esm5/internal/innerSubscribe.js.SimpleInnerSubscriber._next
(innerSubscribe.js:14:1)
at
SimpleInnerSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next
(Subscriber.js:53:1)
at Object.complete (forkJoin.js:55:1)
at Object.wrappedComplete (Subscriber.js:175:52) {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)