portagenetwork / roadmap

Developed by the the Alliance in collaboration with University of Alberta, DMP Assistant a data management planning tool, forking the DMP Roadmap codebase
MIT License
6 stars 1 forks source link

Breaking Changes After Renaming `"Portage Network"` Org Within App #813

Closed aaronskiba closed 1 month ago

aaronskiba commented 3 months ago

Please complete the following fields as applicable:

What version of the DMPRoadmap code are you running? (e.g. v2.2.0)

Expected behaviour:

Actual behaviour:

aaronskiba commented 3 months ago

This unwanted behaviour can be traced back to our usage of default_funder_name: <%= ENV['DEFAULT_FUNDER_NAME'] %> throughout the app. default_funder_name: "Portage Network" is hard-coded within our secrets.yml. As a result, breaking changes occur when we rename that Org within the app.

lagoan commented 2 months ago

Related to #815