Skip to content

Fix 500 errors for invalid partition

Derek Hudson requested to merge fix-500-errors-for-invalid-partition into master

Fixes the error message when an invalid partition is specified.

It used to return a 500 error, but with the latest core code change, it will now return a 4XX code.

Merge request reports