GitHub user AmineSagaama opened a pull request:
https://github.com/apache/zeppelin/pull/2718
ZEPPELIN-3128: The autocomplete in Note Permissions does not work correctly
### What is this PR for?
The autocomplete in Note Permissions does not work correctly, even if the
user exists
in ldap directory, zeppelin can't show him after writing the first three
letters.
### What type of PR is it?
Bug Fix
### What is the Jira issue?
* [ZEPPELIN-3128](https://issues.apache.org/jira/browse/ZEPPELIN-3128)
### Screenshots
with Bug :
<img width="909" alt="screen shot 2018-01-05 at 15 30 13"
src="https://user-images.githubusercontent.com/4679929/34613296-8bbb34bc-f22d-11e7-815e-174a6a1e7ed5.png">
with Fix :
<img width="708" alt="screen shot 2018-01-05 at 15 33 00"
src="https://user-images.githubusercontent.com/4679929/34613366-cf60b0a2-f22d-11e7-9579-a13735295fb8.png">
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/AmineSagaama/zeppelin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2718.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 #2718
----
commit 046b1fd5ae06b2a01a122486bcd6520437fd06cd
Author: Amine Sagaama <amine.sagaama@...>
Date: 2018-01-05T14:24:17Z
add a "*" in the query in order to retrieve all objects with a user that
starts with three letters
----
---