Levan

Results 3 comments of Levan

tell me please how i can update dateLastLogin ?(((

> [this comment](https://github.com/qor/admin/issues/160#issuecomment-449054973) and the nosql issue #113 might help you. Thank you for help But I saw this and this doesn't help me ((

I find solution ``` var results = make([]*models.Notification, len(res.Notifications)) for i, v := range res.Notifications { n := models.Notification{} n.Title = v.Title results[i] = &n } *(result.(*[]*models.Notification)) = results ```