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)