[
https://issues.apache.org/jira/browse/NIFI-7052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18102507#comment-18102507
]
Matt Burgess commented on NIFI-7052:
------------------------------------
Is this still a thing in NiFi 2?
> UI - Processor details dialog with Advanced button
> --------------------------------------------------
>
> Key: NIFI-7052
> URL: https://issues.apache.org/jira/browse/NIFI-7052
> Project: Apache NiFi
> Issue Type: Task
> Components: Core UI
> Reporter: Matt Gilman
> Priority: Major
>
> The processor configuration and processor details dialog can optionally
> contain a button that launches the processor advanced UI. This Advanced
> button does not work correctly when the Summary page is popped out of the
> primary UI. I believe that in this case, we should disable/hide the Advanced
> button feature when the Summary page is popped out.
> {code:java}
> nf-custom-ui.js?1.11.0-SNAPSHOT:79 Uncaught TypeError: Cannot read property
> 'showPage' of undefined
> at nf-custom-ui.js?1.11.0-SNAPSHOT:79
> at c (jquery.min.js:2)
> at Object.add [as done] (jquery.min.js:2)
> at Object.<anonymous> (nf-custom-ui.js?1.11.0-SNAPSHOT:58)
> at Function.Deferred (jquery.min.js:2)
> at Object.showCustomUi (nf-custom-ui.js?1.11.0-SNAPSHOT:57)
> at k.fn.init.click (nf-processor-details.js?1.11.0-SNAPSHOT:325)
> at HTMLDivElement.<anonymous> (jquery.modal.js?1.11.0-SNAPSHOT:143)
> at HTMLDivElement.dispatch (jquery.min.js:2)
> at HTMLDivElement.$event.dispatch (jquery.event.drag-2.3.0.js:382)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)