Add endpoint to remove a list background
This commit is contained in:
parent
9d0dcb8d7d
commit
ee436efba3
6 changed files with 195 additions and 20 deletions
|
|
@ -543,6 +543,7 @@ func CreateOrUpdateList(s *xorm.Session, list *List, auth web.Auth) (err error)
|
|||
"identifier",
|
||||
"hex_color",
|
||||
"is_favorite",
|
||||
"background_file_id",
|
||||
}
|
||||
if list.Description != "" {
|
||||
colsToUpdate = append(colsToUpdate, "description")
|
||||
|
|
|
|||
Reference in a new issue