You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/07 14:45:46 UTC

[jira] [Commented] (CLOUDSTACK-4687) after disassociate UCS profile, UI still show profile path even response object has empty path

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

ASF GitHub Bot commented on CLOUDSTACK-4687:
--------------------------------------------

Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/664#discussion_r36514699
  
    --- Diff: ui/scripts/ui/widgets/listView.js ---
    @@ -275,7 +275,7 @@
                                                             });
                                                         } else {
                                                             $newRow = replaceItem($instanceRow,
    -                                                    	    args.data, //$.extend($instanceRow.data('json-obj'), args.data), /* $.extend($instanceRow.data('json-obj'), args.data) causes CLOUDSTACK-4687 */
    +                                                            args.data, //$.extend($instanceRow.data('json-obj'), args.data), /* $.extend($instanceRow.data('json-obj'), args.data) causes CLOUDSTACK-4687 */
    --- End diff --
    
    once someone understands this comment, please replace it with something 


> after disassociate UCS profile, UI still show profile path even response object has empty path
> ----------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-4687
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4687
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>            Reporter: Jessica Wang
>            Assignee: Jessica Wang
>         Attachments: Capture.PNG
>
>
> This is a clone of 
> http://bugs-ccp.citrix.com/browse/CS-18232 
> --------------------------------------------------------------------------------------------------------------------------------------------
> see below API response, there is no profiledn, but after API return, UI still shows profile as attachment
>  
> however, if we refresh UI, the profile gone 
> {
>     "queryasyncjobresultresponse": {
>         "accountid": "835fb2d5-0b76-11e3-9350-f4f3e49b5dfe",
>         "userid": "835fc0e5-0b76-11e3-9350-f4f3e49b5dfe",
>         "cmd": "org.apache.cloudstack.api.DisassociateUcsProfileCmd",
>         "jobstatus": 1,
>         "jobprocstatus": 0,
>         "jobresultcode": 0,
>         "jobresulttype": "object",
>         "jobresult": {
>             "ucsblade": {
>                 "id": "f8d08575-7a1c-4f79-a588-d129c38bcc4f",
>                 "ucsmanagerid": "0d87c1a6-5664-425c-9024-2ddd9605d260",
>                 "bladedn": "sys/chassis-1/blade-1"
>             }
>         },
>         "created": "2013-09-13T22:17:29-0700",
>         "jobid": "2c3698a8-39ac-43e6-8ade-86eb2d3726a0"
>     }
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)