GitHub user oxygen311 opened a pull request:
https://github.com/apache/zeppelin/pull/3117
[ZEPPELIN-3691] Scheduled note continues to work in the trash
### What is this PR for?
Fix bug with scheduled note working in the trash.
How to repeat bug:
1. Make scheduled note with cron;
2. Move it to trash;
3. Restart zeppelin.
### What type of PR is it?
Bug Fix
### What is the Jira issue?
[ZEPPELIN-3691](https://issues.apache.org/jira/browse/ZEPPELIN-3691)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/TinkoffCreditSystems/zeppelin DW-17950
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3117.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3117
----
commit be0525f09d25e6b407ac95305c2cae50ae25fe3e
Author: oxygen311 <alex39-09@...>
Date: 2018-08-08T14:15:25Z
Remove cron config from note in `removeCron`
----
---