mirror of https://github.com/apache/cloudstack.git
Fixing calling templatefilter=all
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
74ef07c412
commit
36a5121165
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue