fix(api), return correct template start_version when using sql

This commit is contained in:
samerbahri98 2024-01-28 15:03:42 +01:00 committed by GitHub
parent 312d2af45a
commit 33917ac757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,6 +112,7 @@ func (d *SqlDb) GetTemplates(projectID int, filter db.TemplateFilter, params db.
"pt.allow_override_args_in_task",
"pt.vault_key_id",
"pt.view_id",
"pt.start_version",
"pt.`type`").
From("project__template pt")