Keiji Yoshida created ZEPPELIN-3022:
---------------------------------------
Summary: The "Default Interpreter" select box on the "Create new
note" modal dialog has no contents when it is opened via the "Create new note"
link on ${ZEPPELIN_HOME}/webapps/webapp/app/home/notebook.html
Key: ZEPPELIN-3022
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3022
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.7.3
Reporter: Keiji Yoshida
Assignee: Keiji Yoshida
h2. Abstract
The "Default Interpreter" select box on the "Create new note" modal dialog has
no contents when it is opened via the "Create new note" link on
${ZEPPELIN_HOME}/webapps/webapp/app/home/notebook.html [1]
h2. Cause
NotenameCtrl.getInterpreterSettings() is not invoked when the "Create new note"
link on ${ZEPPELIN_HOME}/webapps/webapp/app/home/notebook.html is clicked:
https://github.com/apache/zeppelin/blob/v0.7.3/zeppelin-web/src/app/home/notebook.html#L26-L27
h2. Solution
Fix ${ZEPPELIN_HOME}/webapps/webapp/app/home/notebook.html so that
NotenameCtrl.getInterpreterSettings() is invoked when the "Create new note"
link is clicked.
h2. Appendix
[1] It is encouraged to include
/${ZEPPELIN_HOME}/webapps/webapp/app/home/notebook.html for showing the list of
notes on the custom Apache Zeppelin homepage. See
https://zeppelin.apache.org/docs/0.7.3/manual/notebookashomepage.html for the
details.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)