Fix namespace title not being updated
This commit is contained in:
parent
0add1dce01
commit
912abb3a10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// We need to specify the cols we want to update here to be able to un-archive lists
|
||||||
colsToUpdate := []string{
|
colsToUpdate := []string{
|
||||||
"name",
|
"title",
|
||||||
"is_archived",
|
"is_archived",
|
||||||
"hex_color",
|
"hex_color",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue