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
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

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