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 2017/01/09 17:50:58 UTC

[jira] [Created] (NIFI-3306) UI - Processor Details Dialog Error when opened from Summary

Matt Gilman created NIFI-3306:
---------------------------------

             Summary: UI - Processor Details Dialog Error when opened from Summary
                 Key: NIFI-3306
                 URL: https://issues.apache.org/jira/browse/NIFI-3306
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core UI
            Reporter: Matt Gilman
            Priority: Critical
             Fix For: 1.2.0


Unable to open the Processor Details dialog from the Summary page as it assumes we have access to the nf.Canvas.

{code}
if (nf.Canvas.isClustered() || executionNode === 'PRIMARY') {
{code}

{noformat}
Uncaught TypeError: Cannot read property 'isClustered' of undefined
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)