Skip to content

Initialize base_future_response as server_wide module

Dani Quilez requested to merge bugfix/future_response into production_14.0

In order to correctly patch the method delivered by module base_future_response, this module has to be initialized as a aserver_wide module. This way it will be directly accessible by the rest of modules using it.

Merge request reports