Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: Return correct response set in module controllers
Previously the status code set in module actions via `throwStatus` or `response->setStatusCode()` was ignored. With this change the individual module response is merged into the generic module response which then contains the desired status code and other properties.
- Loading branch information