NCIOCPL / cgov-digital-platform

The Cancer.gov Digital Communications Platform
GNU General Public License v2.0
11 stars 33 forks source link

Enabler: Re-sync module configurations for CGOV codebase #3946

Closed blairlearn closed 1 year ago

blairlearn commented 1 year ago

Re-sync features configuration for cgov_blog, cgov_file, cgov_infographic, and cgov_video.

During the 2.7.0 release, the features module reported that the configuration for cgov_blog, cgov_file, cgov_infographic, and cgov_video was different than what was on disk. Strangely, this only occurs for the National Cancer Plan and Tech Transfer sites.

What needs to be done is to make sure these modules are loaded and then re-export the configuration (via drush features:export)

$ bin/ccg-drush.sh features:list:packages | grep -i Change
$ bin/dceg-drush.sh features:list:packages | grep -i Change
$ bin/dcegconnect-drush.sh features:list:packages | grep -i Change
$ bin/mypart-drush.sh features:list:packages | grep -i Change
$ bin/nano-drush.sh features:list:packages | grep -i Change
$ bin/nationalcancerplan-drush.sh features:list:packages | grep -i Change
  CGov Blog                              cgov_blog                        Installed                Changed  
  CGov File                              cgov_file                        Installed                Changed  
  CGov Infographic                       cgov_infographic                 Installed                Changed  
  CGov Video                             cgov_video                       Installed                Changed  
$ bin/nciconnect-drush.sh features:list:packages | grep -i Change
$ bin/physics-drush.sh features:list:packages | grep -i Change
$ bin/sbir-drush.sh features:list:packages | grep -i Change
$ bin/techtransfer-drush.sh features:list:packages | grep -i Change
  CGov Blog                              cgov_blog                        Installed                Changed  
  CGov File                              cgov_file                        Installed                Changed  
  CGov Infographic                       cgov_infographic                 Installed                Changed  
  CGov Video                             cgov_video                       Installed                Changed  
$ bin/www-drush.sh features:list:packages | grep -i Change
$

ESTIMATE TBD

Resources:

Prerequisites

Sub-Tasks

Notes

blairlearn commented 1 year ago

Settings have since been synced in subsequent releases.