Fix setting a saved filter as favorite
This commit is contained in:
parent
c7f337f303
commit
d9b38b85f6
4 changed files with 46 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue