Fixing calling templatefilter=all

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
davidjumani 2020-08-28 14:08:43 +05:30 committed by Rohit Yadav
parent 74ef07c412
commit 36a5121165
1 changed files with 0 additions and 4 deletions

View File

@ -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
}