1
0

fix(views): import

This commit is contained in:
kolaente
2024-03-19 00:24:26 +01:00
parent 8b90eb4a15
commit f3cdd7d15f
4 changed files with 62 additions and 5 deletions

View File

@ -349,6 +349,7 @@ func (b *Bucket) Update(s *xorm.Session, _ web.Auth) (err error) {
"title",
"limit",
"position",
"project_view_id",
).
Update(b)
return