This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
Chatwoot
Watch
1
Star
0
Fork
You've already forked Chatwoot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
05ea6308f2
Chatwoot
/
app
/
views
/
api
/
v1
/
accounts
/
inbox_members
/
show.json.jbuilder
7 lines
110 B
Text
Raw
Normal View
History
Unescape
Escape
Refactor: Inbox store, remove inboxes from sidebar (#387) * Refactor: Inbox store, remove inboxes from sidebar * Add a new page for inbox settings * Show inboxes on sidebar * Add inbox_members API * Disable similar-code check * Fix codeclimate scss issues * Add widget_color update API and actions * Add specs for inbox store * Fix Facebook auth flow * Fix agent loading, inbox name
2019-12-28 16:26:42 +00:00
json.payload do
json.array! @agents do |agent|
json.user_id agent.id
json.name agent.name
Initial Commit Co-authored-by: Subin <subinthattaparambil@gmail.com> Co-authored-by: Manoj <manojmj92@gmail.com> Co-authored-by: Nithin <webofnithin@gmail.com>
2019-08-14 09:48:44 +00:00
end
end
Reference in a new issue
Copy permalink