Skip to content

fix for max results for ResourceHandler

cwalter requested to merge max_page_size_resource_handler into master

the api has a default list size of 25. as the get requests have size 50. we also need to set the size to 50 for the resourceHandler get request.

Merge request reports