Fix setting a saved filter as favorite

This commit is contained in:
kolaente 2021-07-20 21:32:25 +02:00
parent c7f337f303
commit d9b38b85f6
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
4 changed files with 46 additions and 19 deletions

View file

@ -548,7 +548,7 @@ func (n *Namespace) ReadAll(s *xorm.Session, a web.Auth, search string, page int
}
/////////////////
// Add list details (favorite state, among other things
// Add list details (favorite state, among other things)
err = addListDetails(s, lists, a)
if err != nil {
return