[
https://issues.apache.org/jira/browse/AMBARI-13811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14999023#comment-14999023
]
Hudson commented on AMBARI-13811:
---------------------------------
ABORTED: Integrated in Ambari-trunk-Commit #3803 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3803/])
AMBARI-13811 Typing fast in 'name' filter field of the Hosts table (atkach:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=101dc1d8fe3d2b06580d929ad30b7d6227514c95])
* ambari-web/test/views/main/dashboard/config_history_view_test.js
* ambari-web/test/mixins/common/table_server_view_mixin_test.js
* ambari-web/app/mixins/common/table_server_view_mixin.js
> 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)