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

ASF subversion and git services commented on CLOUDSTACK-2708:
-------------------------------------------------------------

Commit a0d5b78e84df705611f6e59df39ed7c7059c8b4d in branch refs/heads/master 
from [~tsp]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=a0d5b78 ]

CLOUDSTACK-2708: AutoScale listConditions response wrongly mapped

AutoScale - listConditions was mapped to CounterResponse instead of
ConditionResponse

Signed-off-by: Prasanna Santhanam <t...@apache.org>

                
> AutoScale - listConditions is mapped to CounterResponse instead of 
> ConditionResponse
> ------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2708
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2708
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: API
>    Affects Versions: 4.2.0
>            Reporter: Prasanna Santhanam
>            Assignee: Prasanna Santhanam
>             Fix For: 4.2.0
>
>
> @APICommand(name = "listConditions", description = "List Conditions for the 
> specific user", responseObject = CounterResponse.class)
> public class ListConditionsCmd extends BaseListAccountResourcesCmd {
> Should be changed to:
> @APICommand(name = "listConditions", description = "List Conditions for the 
> specific user", responseObject = ConditionResponse.class)
> public class ListConditionsCmd extends BaseListAccountResourcesCmd {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to