Ilia Fishbein created ZEPPELIN-2394: ---------------------------------------
Summary: Auto-save on input is broken Key: ZEPPELIN-2394 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2394 Project: Zeppelin Issue Type: Bug Components: Core, front-end Affects Versions: 0.7.1, 0.7.0 Reporter: Ilia Fishbein Commit 42be839 changed ```$scope.startSaveTimer();``` to ``` $scope.$broadcast('startSaveTimer');``` in zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js for seemingly no reason and did not include corresponding code that registers a "startSaveTimer" event. As a result, paragraphs are not auto-saved based on end-user input. -- This message was sent by Atlassian JIRA (v6.3.15#6346)