Matt Gilman created NIFI-9215:
---------------------------------
Summary: UI - Cannot read property 'controllerServiceApis' of
undefined
Key: NIFI-9215
URL: https://issues.apache.org/jira/browse/NIFI-9215
Project: Apache NiFi
Issue Type: Improvement
Components: Core UI
Reporter: Matt Gilman
Assignee: Matt Gilman
There is a unhandled TypeError:
{noformat}
Uncaught TypeError: Cannot read property 'controllerServiceApis' of undefined
at HTMLDivElement.<anonymous>
(nf-controller-services.js?1.15.0-SNAPSHOT:512)
at HTMLDivElement.handle (jquery.min.js:2)
at HTMLDivElement.dispatch (jquery.min.js:2)
at HTMLDivElement.$event.dispatch (jquery.event.drag-2.3.0.js:385)
at HTMLDivElement.v.handle (jquery.min.js:2)
{noformat}
This is likely due to an assumption that controllerServiceApis will be
specified for all Controller Services types and one exists that does not
fulfill this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)