You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by AmineSagaama <gi...@git.apache.org> on 2018/01/05 15:07:07 UTC

[GitHub] zeppelin pull request #2718: ZEPPELIN-3128: The autocomplete in Note Permiss...

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 <am...@...>
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

----


---

[GitHub] zeppelin issue #2718: ZEPPELIN-3128: The autocomplete in Note Permissions do...

Posted by maziyarpanahi <gi...@git.apache.org>.
Github user maziyarpanahi commented on the issue:

    https://github.com/apache/zeppelin/pull/2718
  
    I have setup LDAP with Shiro and we are seeing the same issue in 0.7.3 (makes it really hard for people to share without asking for the exact username via email)


---

[GitHub] zeppelin issue #2718: ZEPPELIN-3128: The autocomplete in Note Permissions do...

Posted by jongyoul <gi...@git.apache.org>.
Github user jongyoul commented on the issue:

    https://github.com/apache/zeppelin/pull/2718
  
    Can someone share the status of this issue?


---