Mgcs
18. März 2021 um 02:12
1
Hi!
I’m trying to figure how to add more info to created_by in a GET request to a topic ID.
From what I could see, it uses BasicUserSerializer, which returns:
"created_by": {
"id": 1,
"username": "Name",
"name": "Name",
"avatar_template": "/user_avatar_url"
}
If I wanted to add other details, such as likes_give, likes_received, created_at, and other relevant info from the topic OP, how would I do that?
I was looking at add_to_serializer and I’ve tried doing something like this, which fails and breaks every page:
#plugin.rb
after_initialize do
add_to_serializer(:basic_user, :created_at) do
object.created_at
end
end
Thanks!
4 „Gefällt mir“
Mgcs
22. März 2021 um 03:22
2
Bumping this
If you know how to solve this, talk to me, I can pay you for the info too. Send me a private message if that is better.
sam
(Sam Saffron)
22. März 2021 um 03:49
3
probably cause it is not being selected, this is pretty complicated patch you are after, since this is for pay I think marketplace is a good spot.
4 „Gefällt mir“
fzngagan
(Faizaan Gagan)
22. März 2021 um 07:37
4
Cheers from Pavilion
I’ve solved this, it is indeed complicated. I’ll send you a PM regarding this.
5 „Gefällt mir“
fzngagan
(Faizaan Gagan)
8. April 2021 um 05:54
5
This task was completed and paid for promptly. Was nice working with @Mgcs
6 „Gefällt mir“
system
(system)
Geschlossen,
8. Mai 2021 um 05:55
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.