[ https://issues.apache.org/jira/browse/CLOUDSTACK-9655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869199#comment-15869199 ]
ASF subversion and git services commented on CLOUDSTACK-9655: ------------------------------------------------------------- Commit 4f124b2775d266bb36f8d90d88518f6b8db0b858 in cloudstack's branch refs/heads/master from [~rajanik] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=4f124b2 ] CLOUDSTACK-9655 The template which is registered in all zones will be deleted by deleting 1 template on any zone added extra warning message if it's a cross-zone template ("This is a cross zone template and will be deleted from all the zones. Are you sure you want to proceed?"). > The template which is registered in all zones will be deleted by deleting 1 > template on any zone > ------------------------------------------------------------------------------------------------ > > Key: CLOUDSTACK-9655 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9655 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: UI > Reporter: Rajani Karuturi > Assignee: Rajani Karuturi > > for a crosszone template, trying to delete a copy of it in one zone will > delete it from all the zones without showing any warning in UI. > [PR 1818|https://github.com/apache/cloudstack/pull/1818] added a warning > message. > quoting [~weizhou]'s [ comment on PR > 1818|https://github.com/apache/cloudstack/pull/1818#issuecomment-280051434], > following needs to be done > {quote} > (1) list template status in all zones (now only one is shown) > (2) delete template from a zone will pass zoneid and remove template from the > zone (now zoneid is not passed and template will be removed from all zones). > (3) allow user to delete template from all zones somewhere (we have some > customers asked how to delete template at the beginning of upgrade from 4.2.1 > to 4.7.1, as they are used to delete template from template details page, the > deletetemplate button in the zones tab is difficult to be found). > API changes is needed for (1). UI changes is needed for (2) and (3). > {quote} -- This message was sent by Atlassian JIRA (v6.3.15#6346)