You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
4.1.1
Description
The value for contact_us_url is set via the contact_us gem. If we want to define a custom value for this, the codebase also allows us to do so via Rails.application.config.x.organisation.contact_us_url.
Throughout the codebase, there are many statements similar to the following:
The problem here is that, like contact_us_url, the value for Rails.application.routes.url_helpers.contact_us_url is is set via the contact_us gem. If we again want allow for a custom defined valued, then maybe we should change the code to the following:
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
4.1.1
Description
contact_us_url
is set via thecontact_us
gem. If we want to define a custom value for this, the codebase also allows us to do so viaRails.application.config.x.organisation.contact_us_url
.app/services/extermal_apis/base_service.rb
:contact_us_url
, the value forRails.application.routes.url_helpers.contact_us_url
is is set via thecontact_us
gem. If we again want allow for a custom defined valued, then maybe we should change the code to the following:The text was updated successfully, but these errors were encountered: