You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Brian Federle (JIRA)" <ji...@apache.org> on 2013/12/20 22:44:10 UTC

[jira] [Assigned] (CLOUDSTACK-5551) [UI] Search not working in account's setting page

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-5551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Federle reassigned CLOUDSTACK-5551:
-----------------------------------------

    Assignee: Rayees Namathponnan  (was: Brian Federle)

Rayees, I fixed the UI for the settings pages' search, however the API is still not filtering properly when searching by the 'name' field. This needs to be corrected at the API level.

i.e., if I correctly pass '&name=...' to listConfigurations, I still get every item:

.../client/api?command=listConfigurations&zoneid=4d4f73aa-5ba6-441d-9001-20f9a5f58a62&response=json&...&name=guest.domain.suffix&listAll=true&page=1&pagesize=20&...

{ "listconfigurationsresponse" : { "count":8 ,"configuration" : [...] } }

> [UI] Search not working in account's setting page 
> --------------------------------------------------
>
>                 Key: CLOUDSTACK-5551
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5551
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.3.0
>         Environment: branch 4.3
>            Reporter: Rayees Namathponnan
>            Assignee: Rayees Namathponnan
>            Priority: Critical
>             Fix For: 4.3.0
>
>
> Steps to reproduce 
> Step 1 : Install Management server with 4.3 build
> Step 2 : create an account
> Step 3 : select the account -> select setting 
> Step 4 : In search box, enter xxxxxxxx
> Expected Result 
> Nothing should be displayed in search result 
> Actual Result 
> Search is not working here, same content before search displayed



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)