Skip to content

Prevent 500 error when entering/uploading a license

Previously, if an admin clicked 'Upload license' without attaching or entering a license, a 500 error would occur. Now, we check for the right param. This also changed the render and return to a redirect, which is more appropriate.

Merge request reports