zendesk / bulk_delete_orgs_app

This app allows admins to easily delete Zendesk organisations in bulk
Other
0 stars 1 forks source link

Alternate storage #2

Closed niall3rs closed 8 years ago

niall3rs commented 8 years ago

Using a global variable as opposed to local storage for paginating requests. This helped to identify an issue with pagination requests with more than 1 digit in the page number, which has also been resolved.