You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Aleksandr Kovalenko (JIRA)" <ji...@apache.org> on 2015/11/10 14:49:10 UTC

[jira] [Commented] (AMBARI-13811) Typing fast in 'name' filter field of the Hosts table misses trailing character

    [ https://issues.apache.org/jira/browse/AMBARI-13811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14998599#comment-14998599 ] 

Aleksandr Kovalenko commented on AMBARI-13811:
----------------------------------------------

+1 for the patch

> Typing fast in 'name' filter field of the Hosts table misses trailing character
> -------------------------------------------------------------------------------
>
>                 Key: AMBARI-13811
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13811
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.1.3
>            Reporter: Andrii Tkach
>            Assignee: Andrii Tkach
>            Priority: Critical
>             Fix For: 2.1.3
>
>         Attachments: AMBARI-13811.patch, Screen Shot 2015-11-09 at 10.48.16 AM.png
>
>
> Went to the hosts page, focussed on the Name filter field and typed really fast 3 characters 'gsb' hoping to see only hosts prefixed with it. However I was seeing all hosts as the API call to filter only contained 'g' in the POST call and not 'gsb'.
> {code}
> {
>   "RequestInfo": {
>     "query": "page_size=10&from=0&Hosts/host_name.matches(.*g.*)"
>   }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)