[
https://issues.apache.org/jira/browse/NIFI-9746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17501068#comment-17501068
]
ASF subversion and git services commented on NIFI-9746:
-------------------------------------------------------
Commit 6f5fda54e5f0510f7fc34c8860b942d33db13d1c in nifi's branch
refs/heads/main from Adam Kocsis
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=6f5fda5 ]
[NIFI-9746] NiFi Registy Bucket Side Nav no longer fails to open (#5831)
- all ViewCild queries are decorated with {static: true} which is needed
because of new angular version
none of these ViewChild under *ng directives so they are available during init
with static:true
Merged #5831 into main.
> NiFi Registy Bucket Side Nav fails to open
> ------------------------------------------
>
> Key: NIFI-9746
> URL: https://issues.apache.org/jira/browse/NIFI-9746
> Project: Apache NiFi
> Issue Type: Bug
> Components: NiFi Registry
> Reporter: Bryan Bende
> Assignee: Adam Kocsis
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> After creating a bucket, clicked the edit icon to try and change something
> like editing the name, and the page will fail to open with the following
> error in the browser:
> {code:java}
> core.js:6210 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) {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)