GitHub user Savalek opened a pull request:
https://github.com/apache/zeppelin/pull/3174
add check permission on write
### What is this PR for?
Sometimes when drawing the result of a paragraph, a call is made commit
paragraph. And if the user does not have permission on write paragraph a window
appears with a warning.
This PR fix it.
### What type of PR is it?
Bug Fix
### What is the Jira issue?
[ZEPPELIN-3773](https://issues.apache.org/jira/browse/ZEPPELIN-3773)
### 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 ZEPPELIN-3773
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3174.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 #3174
----
commit f522c55a5a4d2e00149c130520dd145f920f3572
Author: Savalek <def113@...>
Date: 2018-09-10T13:07:24Z
add check permission on write
----
---