You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Eran W (JIRA)" <ji...@apache.org> on 2015/06/29 13:07:05 UTC

[jira] [Created] (ZEPPELIN-136) zeppelin delete paragraph content after "Move up" operation if paragraph did not run before

Eran W created ZEPPELIN-136:
-------------------------------

             Summary: zeppelin delete paragraph content after "Move up" operation if paragraph did not run before
                 Key: ZEPPELIN-136
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-136
             Project: Zeppelin
          Issue Type: Bug
            Reporter: Eran W
            Priority: Minor


When using the move up option on a paragraph which was run before zeppelin delete the paragraph content. 
ALSO, after move up, new paragraph can't be added to the notebook at the end.

Step to repro:
Open new notebook
add some test in paragraph 1 using %md and execute it
add some text in paragraph two but DO NOT execute it
using the right gear, click on move up
the paragraph is deleted
also, no way to add new paragraph at the end of the notebook.

corneadoug@apache.org comments on this one:
So I guess what is happening is that when you do a 'move up', it sends the
action to websocket for save (only the move up action).
And websocket send you the notebook as result (based on the notebook file),
which is then replacing the one in your view.



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