mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Include listgroup sortkey in the JSON API
This commit is contained in:
@ -58,6 +58,7 @@ def listinfo(request):
|
||||
groupdata = [ {
|
||||
'id': g.id,
|
||||
'name': g.groupname,
|
||||
'sort': g.sortkey,
|
||||
} for g in MailingListGroup.objects.all()]
|
||||
listdata = [ {
|
||||
'id': l.id,
|
||||
|
Reference in New Issue
Block a user