GitHub user rohannr opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/849
ZEPPELIN-818: Set appropriate default permissions and allow user to câ¦
### What is this PR for?
This PR makes users who set only r/w permissions the effective owners of
the note.
1. If you set readers, and writers and owners is empty, it is automatically
set to the user requesting the change.
2. If you set writers, and owners is empty, it is set it to the user
requesting the change.
It also fixes a bug that did not allow one to clear the permissions for a
note.
### What type of PR is it?
Bug Fix, Improvement
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-818
### How should this be tested?
Outline the steps to test the PR here.
### Questions:
* Does this needs documentation? YES
â¦lear permissions
This change makes users who set permissions the effective owners of the
note.
1. If you set readers, and writers and owners is empty, it is automatically
set to the user requesting the change.
2. If you set writers, and owners is empty, it is set it to the user
requesting the change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rohannr/incubator-zeppelin rohanr/ZEPPELIN-818
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/849.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 #849
----
commit 083070d26ddd6532f955f4f3d37466553da7fc59
Author: Rohan Ramakrishna <[email protected]>
Date: 2016-04-21T22:36:17Z
ZEPPELIN-818: Set appropriate default permissions and allow user to clear
permissions
This change makes users who set permissions the effective owners of the
note.
1. If you set readers, and writers and owners is empty, it is automatically
set to the user requesting the change.
2. If you set writers, and owners is empty, it is set it to the user
requesting the change.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---