Merge branch 'master' into feature/datetime
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2020-06-26 00:07:04 +02:00
commit 0443863b8b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ func (n *Namespace) Update() (err error) {
// We need to specify the cols we want to update here to be able to un-archive lists
colsToUpdate := []string{
"name",
"title",
"is_archived",
"hex_color",
}