mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 01:40:21 +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: {
|
exportCSV: {
|
||||||
|
options: [
|
||||||
|
'limit'
|
||||||
|
],
|
||||||
headers: {
|
headers: {
|
||||||
disposition: {
|
disposition: {
|
||||||
type: 'csv',
|
type: 'csv',
|
||||||
|
Loading…
Reference in New Issue
Block a user