Re-export install configuration

Created on 6 June 2024, 8 months ago

Problem/Motivation

While working on the 4.x version of this module I was exporting configuration and found that my exported configuration is different from what ships with this module.

Steps to reproduce

Install drupal 10.2, install the 4.x version of environment indicator module
export config for this module drush config:get enviroment_indicator.settings
See

toolbar_integration:
  toolbar: toolbar
favicon: true

While what ships with this module is
https://git.drupalcode.org/project/environment_indicator/-/blob/4.x/conf...

toolbar_integration:
  - toolbar
favicon: true

Proposed resolution

Re-export the configuration and add it into the config/install folder.

Remaining tasks

Export config and add it in a merge request.

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Active

Version

4.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States trackleft2 Tucson, AZ πŸ‡ΊπŸ‡Έ

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @trackleft2
  • πŸ‡ΊπŸ‡ΈUnited States trackleft2 Tucson, AZ πŸ‡ΊπŸ‡Έ
  • Status changed to Needs review 8 months ago
  • πŸ‡ΊπŸ‡ΈUnited States trackleft2 Tucson, AZ πŸ‡ΊπŸ‡Έ

    trackleft2 β†’ changed the visibility of the branch 3453034-re-export-install-configuration to hidden.

  • Status changed to RTBC 5 months ago
  • πŸ‡³πŸ‡±Netherlands tess bakker

    Works!

  • πŸ‡ͺπŸ‡ΈSpain isholgueras

    Maybe I'm testing it wrong, but if I export, enabling the toolbar integration, the config `drush cex` or get only this settings `drush config:get environment_indicator.settings` I always get the following:

    11:35:43 isholgueras@AidanMini drupal10 ddev drush config:get environment_indicator.settings
    _core:
      default_config_hash: Bi0EyyiH6m5wpHRfxlKhqTIhAZayhRQudheDzAcrotU
    toolbar_integration:
      - toolbar
    favicon: true

    I'm I missing something?

    This is the current version I'm using in the ddev environment I use to test it:

    11:34:25 isholgueras@AidanMini drupal10 ddev drush status
    Drupal version   : 10.3.6                                     
    Site URI         : https://drupal10.ddev.site                 
    DB driver        : mysql                                      
    DB hostname      : db                                         
    DB port          : 3306                                       
    DB username      : db                                         
    DB name          : db                                         
    Database         : Connected                                  
    Drupal bootstrap : Successful                                 
    Default theme    : olivero                                    
    Admin theme      : claro                                      
    PHP binary       : /usr/bin/php8.1                            
    PHP config       : /etc/php/8.1/cli/php.ini                   
    PHP OS           : Linux                                      
    PHP version      : 8.1.29                                     
    Drush script     : /var/www/html/vendor/bin/drush             
    Drush version    : 12.5.3.0                                   
    Drush temp       : /tmp                                       
    Drush configs    : /var/www/html/vendor/drush/drush/drush.yml 
    Install profile  : standard                                   
    Drupal root      : /var/www/html/web                          
    Site path        : sites/default                              
    Files, Public    : sites/default/files                        
    Files, Temp      : /tmp   
    
  • Pipeline finished with Success
    3 months ago
    Total: 133s
    #321786
  • Status changed to Closed: cannot reproduce 3 months ago
  • πŸ‡ΊπŸ‡ΈUnited States trackleft2 Tucson, AZ πŸ‡ΊπŸ‡Έ

    I've just retested and now I see the same result as @isholgueras, I'll remove this from the release plan and close the issue as can't reproduce.

Production build 0.71.5 2024