[
https://issues.apache.org/jira/browse/CLOUDSTACK-5698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13859792#comment-13859792
]
Jessica Wang commented on CLOUDSTACK-5698:
------------------------------------------
API developer,
listNetworkACLLists API ignores "keyword" parameter.
Please fix it to take in "keyword" parameter.
e.g. When "keyword=aaa" is being passed to listNetworkACLLists API,
API response should include only entries whose name or description contains
"aaa".
But currently, API response includes entries whose name/description does NOT
contain "aaa":
http://10.215.3.26:8080/client/api?command=listNetworkACLLists&response=json&sessionkey=nB5H6AoqhQ5kKdoE5YKBIBVNAj4%3D&vpcid=f7b8bef0-9344-404b-8100-8432fdedc65c&keyword=aaa&listAll=true&page=1&pagesize=20&_=1388534097634
{
"listnetworkacllistsresponse": {
"count": 2,
"networkacllist": [
{
"id": "91f625ea-5ec9-11e3-80db-3c970e739c3e",
"name": "default_allow",
"description": "Default Network ACL Allow All"
},
{
"id": "91f5f05c-5ec9-11e3-80db-3c970e739c3e",
"name": "default_deny",
"description": "Default Network ACL Deny All"
}
]
}
}
Jessica
> [UI] search not working in "Router - Network ACL lists panel"
> -------------------------------------------------------------
>
> Key: CLOUDSTACK-5698
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5698
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: UI
> Affects Versions: 4.3.0
> Reporter: Rayees Namathponnan
> Assignee: Jessica Wang
> Priority: Critical
> Fix For: 4.3.0
>
> Attachments: CLOUDSTACK-5698.png, dbdump.rar
>
>
> Steps to reproduce
> 1) Create VPC
> 2) Add few Network ACL list
> 3) Select Network ACL list and search with some junk characters "XXXX"
> Expected result
> Nothing should be displayed in search
> Actual result
> Search is not working here
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)