mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update notebook.controller.js
save note before cron scheduler setting
This commit is contained in:
parent
99082273ff
commit
2ab58c3aa9
1 changed files with 1 additions and 0 deletions
|
|
@ -398,6 +398,7 @@ function NotebookCtrl($scope, $route, $routeParams, $location, $rootScope,
|
|||
} else {
|
||||
$scope.note.config.cronExecutingUser = '';
|
||||
}
|
||||
$scope.saveNote();
|
||||
$scope.note.config.cron = cronExpr;
|
||||
$scope.setConfig();
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue