mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
🐛 Fixed members export limiting to 15 members only (#11299)
refs https://github.com/TryGhost/Ghost/issues/11298 The members export admin API by default paginates the result and only returns upto 15 members. This allows passing `limit` param to the API and allows passing `limit=all` to fetch all members in result.
This commit is contained in:
parent
2cf3b4f2f1
commit
d370a4e840
@ -119,6 +119,9 @@ const members = {
|
||||
},
|
||||
|
||||
exportCSV: {
|
||||
options: [
|
||||
'limit'
|
||||
],
|
||||
headers: {
|
||||
disposition: {
|
||||
type: 'csv',
|
||||
|
Loading…
Reference in New Issue
Block a user