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
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---