GitHub user remibergsma opened a pull request: https://github.com/apache/cloudstack/pull/1476
Fix deleting template from UI It failed because zoneid was zero. Added a check for it and only send it when it makes sense. With zoneid:  Without:  Both result in:  You can merge this pull request into a Git repository by running: $ git pull https://github.com/remibergsma/cloudstack 47_fix_del_template_s3 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1476.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1476 ---- commit 503afad7d22ccf105eef1c19bf8ff5729209ca19 Author: Remi Bergsma <git...@remi.nl> Date: 2016-04-07T19:52:57Z Fix deleting template from UI Backport from Cosmic ---- --- 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. ---