🐛 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:
Rishabh Garg 2019-10-29 10:20:32 +05:30 committed by GitHub
parent 2cf3b4f2f1
commit d370a4e840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,9 @@ const members = {
},
exportCSV: {
options: [
'limit'
],
headers: {
disposition: {
type: 'csv',