Skip to content

Commit

Permalink
#65 Renames Infrastructure and Sustainability to Infrastructure and R…
Browse files Browse the repository at this point in the history
…esilience
  • Loading branch information
timurtripp committed Oct 11, 2024
1 parent 1457f92 commit b825623
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/install/ucb_site_configuration.configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ site_affiliation_options:
label: 'Office of Information Technology'
type_restricted: false
infrastructure_sustainability:
url: 'https://www.colorado.edu/infrastructure-sustainability'
label: 'Part of Infrastructure and Sustainability'
url: 'https://www.colorado.edu/infrastructure-resilience'
label: 'Part of Infrastructure and Resilience'
type_restricted: false
institutional_equity_compliance:
url: 'https://www.colorado.edu/oiec'
Expand Down
2 changes: 1 addition & 1 deletion ucb_site_configuration.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CU Boulder Site Configuration
description: 'Allows CU Boulder site administrators to configure site-specific settings.'
core_version_requirement: ^9 || ^10
type: module
version: '2.8.5'
version: '2.9'
package: CU Boulder
dependencies:
- block
Expand Down
11 changes: 11 additions & 0 deletions ucb_site_configuration.install
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,14 @@ function ucb_site_configuration_update_9507() {
'external_services',
]);
}

/**
* Renames Infrastructure and Sustainability to Infrastructure and Resilience.
*
* Introduced in version 2.9 to address issue #65.
*/
function ucb_site_configuration_update_9508() {
_ucb_site_configuration_update_config([
'site_affiliation_options',
]);
}

0 comments on commit b825623

Please sign in to comment.