Projects: serialize enabled and hidden as boolean

This commit is contained in:
Graham Christensen
2021-04-26 16:01:50 -07:00
committed by Cole Helbling
parent 4aea02e1e1
commit f2b9649bf2

View File

@ -252,10 +252,12 @@ my %hint = (
"displayname",
"description",
"homepage",
"enabled",
"hidden",
"owner"
],
boolean_columns => [
"enabled",
"hidden"
],
relations => {
jobsets => "name"
}