skaes / logjam_core

the engine which powers the logjam application
GNU General Public License v3.0
56 stars 7 forks source link

fix default page parameter handling for API #74

Closed 0robustus1 closed 3 years ago

0robustus1 commented 3 years ago

If no page parameter is specified (e.g. if it is nil or an empty string) we should default to a value instead of returning a 500. This picks the 'all_pages' behaviour as the default.

The original issue can be reproduced by navigating to any app, clicking "callers" and then clicking on "API response".