GitHub user Savalek opened a pull request:
https://github.com/apache/zeppelin/pull/3179
[ZEPPELIN-3773] - 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/3179.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 #3179
----
commit 116ada702f4e2fc2b902b6982e097ec5672695c6
Author: Savalek <def113@...>
Date: 2018-09-12T11:10:17Z
[ZEPPELIN-3773] - add permission check. Disable edit.
----
---