File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1090,6 +1090,7 @@ func ConvertTemplate(dbTemplate database.Template) Template {
1090
1090
AutostartAllowedDays : codersdk .BitmapToWeekdays (dbTemplate .AutostartAllowedDays ()),
1091
1091
RequireActiveVersion : dbTemplate .RequireActiveVersion ,
1092
1092
Deprecated : dbTemplate .Deprecated != "" ,
1093
+ UseClassicParameterFlow : dbTemplate .UseClassicParameterFlow ,
1093
1094
}
1094
1095
}
1095
1096
@@ -1396,6 +1397,7 @@ type Template struct {
1396
1397
AutostartAllowedDays []string `json:"autostart_allowed_days"`
1397
1398
RequireActiveVersion bool `json:"require_active_version"`
1398
1399
Deprecated bool `json:"deprecated"`
1400
+ UseClassicParameterFlow bool `json:"use_classic_parameter_flow"`
1399
1401
}
1400
1402
1401
1403
type TemplateVersion struct {
You can’t perform that action at this time.
0 commit comments