Andreas Weise created ZEPPELIN-1578:
---------------------------------------
Summary: Customize Apache Zeppelin homepage > Show notebook list >
Notebook corrupted.
Key: ZEPPELIN-1578
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1578
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.6.2
Reporter: Andreas Weise
Customizing the Zeppelin Homepage to show the notebook list does not work as
documented here
http://zeppelin.apache.org/docs/0.6.2/manual/notebookashomepage.html#show-notebooks-list-in-your-custom-homepage
When creating a new notebook with the code mentioned in the link. The paragraph
can be executed once. Any subsequent call will fail, and also the whole
notebook gets erroneous.
Looking at the browser console the following error gets logged:
{code}
TypeError: Cannot read property 'name' of undefined
at C (scripts.6ddd912ca4c10818.js:1)
at scripts.6ddd912ca4c10818.js:1
at n.$broadcast (vendor.f686b78964de6852.js:38)
at n.<anonymous> (scripts.6ddd912ca4c10818.js:3)
at b (vendor.f686b78964de6852.js:75)
at n._onMessageHandler (vendor.f686b78964de6852.js:75)
at bound WrappedWebSocket.<anonymous> (vendor.f686b78964de6852.js:36)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)