Skip to content

Add a service to resolve the URL of the settings page of plugins, modules, etc

Alberto Silva requested to merge Settings_URL_resolver into 1.1.x

We were duplicating a lot of code to get the URL of the settings page of several plugins. Moreover, the approach to get that URL was very naive and brittle, concatenating several strings, and enforcing an specific format for those routes.

I created a service that resolves the URL in a more robust way, looking at the configure field in the info.yml of each module.

Merge request reports