You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Gilman (Jira)" <ji...@apache.org> on 2020/01/21 19:56:00 UTC

[jira] [Updated] (NIFI-7052) UI - Processor details dialog with Advanced button

     [ https://issues.apache.org/jira/browse/NIFI-7052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Gilman updated NIFI-7052:
------------------------------
    Description: 
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/hidden 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}


  was:
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 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}



> 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/hidden 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.3.4#803005)