From 36a5121165a046fbee135e496d09aed8557839b3 Mon Sep 17 00:00:00 2001 From: davidjumani Date: Fri, 28 Aug 2020 14:08:43 +0530 Subject: [PATCH] Fixing calling templatefilter=all Signed-off-by: Rohit Yadav --- ui/src/views/compute/DeployVM.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/src/views/compute/DeployVM.vue b/ui/src/views/compute/DeployVM.vue index 2cb204248e5..7e9649a139b 100644 --- a/ui/src/views/compute/DeployVM.vue +++ b/ui/src/views/compute/DeployVM.vue @@ -1195,10 +1195,6 @@ export default { this.templateLicenses = [] this.templateProperties = {} this.updateTemplateParameters() - if (t.deployasis && !t.details && (!this.template || t.id !== this.template.id)) { - // Deploy as-is template without details detected, need to retrieve the template details - this.fetchTemplateDetails(t) - } template = t break }