[jira] [Closed] (CLOUDSTACK-9663) updateRole should return updated role as json

2018-02-12 Thread Dingane Hlaluku (JIRA)

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

Dingane Hlaluku closed CLOUDSTACK-9663.
---

> updateRole should return updated role as json
> -
>
> Key: CLOUDSTACK-9663
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9663
> Project: CloudStack
>  Issue Type: Improvement
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: API
>Affects Versions: 4.9.0
>Reporter: René Moser
>Priority: Trivial
> Fix For: Future, 4.11.0.0
>
>
> updateRole does currently only return success but one would expect it returns 
> the updated role as json like other update APIs
> Acutal results:
> {code}
>  $ cs updateRole id=0d6f4eca-cf71-47ba-81d9-aa129b38911b name=test 
> --region=simulator
> {
>   "success": "true"
> }
> {code}
> expected resutls:
> {code}
>  $ cs updateRole id=0d6f4eca-cf71-47ba-81d9-aa129b38911b name=test 
> --region=simulator
> {
>   "role": {
> "id": ...
> "description": ...
> "name": ...
> "type": ...
>   }
> }
> {code}
> similar to other update api e.g. 
> http://cloudstack.apache.org/api/apidocs-4.9/apis/updateUser.html.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (CLOUDSTACK-9663) updateRole should return updated role as json

2018-01-15 Thread Dingane Hlaluku (JIRA)

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

Dingane Hlaluku resolved CLOUDSTACK-9663.
-
   Resolution: Fixed
Fix Version/s: 4.11.0.0

Issue has been fixed and PR has been created to merge to master of 4.11.

> updateRole should return updated role as json
> -
>
> Key: CLOUDSTACK-9663
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9663
> Project: CloudStack
>  Issue Type: Improvement
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>  Components: API
>Affects Versions: 4.9.0
>Reporter: René Moser
>Priority: Trivial
> Fix For: Future, 4.11.0.0
>
>
> updateRole does currently only return success but one would expect it returns 
> the updated role as json like other update APIs
> Acutal results:
> {code}
>  $ cs updateRole id=0d6f4eca-cf71-47ba-81d9-aa129b38911b name=test 
> --region=simulator
> {
>   "success": "true"
> }
> {code}
> expected resutls:
> {code}
>  $ cs updateRole id=0d6f4eca-cf71-47ba-81d9-aa129b38911b name=test 
> --region=simulator
> {
>   "role": {
> "id": ...
> "description": ...
> "name": ...
> "type": ...
>   }
> }
> {code}
> similar to other update api e.g. 
> http://cloudstack.apache.org/api/apidocs-4.9/apis/updateUser.html.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (CLOUDSTACK-9990) Account name is giving null in event tab after successful creation of account

2018-01-10 Thread Dingane Hlaluku (JIRA)

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

Dingane Hlaluku closed CLOUDSTACK-9990.
---
   Resolution: Cannot Reproduce
Fix Version/s: 4.11.0.0

I am unable to reproduce this issue from master branch (4.11). This might 
suggest that the issue has been fixed.

> Account name is giving null in event tab after successful creation of account
> -
>
> Key: CLOUDSTACK-9990
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9990
> Project: CloudStack
>  Issue Type: Bug
>  Security Level: Public(Anyone can view this level - this is the 
> default.) 
>Affects Versions: 4.10.0.0
>Reporter: Pavan Kumar Aravapalli
>Assignee: Pavan Kumar Aravapalli
>Priority: Minor
> Fix For: 4.11.0.0
>
> Attachments: account.png
>
>
> Reproduction:
> Create an account, fill all the necessary fields 
> Creation of account is successful
> Observation:
> In events tab when we see that 
> Successfully completed creating Account. Account Name: null, Domain Id:1
> Expectation:
> Account name should not be null



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)