I encountered an error when trying to import the configuration for auditfiles to a different environment.

The import failed due for the following reasons:
Configuration auditfiles_config.settings
depends on the auditfiles_config
extension that will not be installed after import.

This is probably because the settings yaml file should be called "auditfiles.settings.yml" to match the module name.

The settings file name is derived from the config settings name used, so this should be changed everywhere.

CommentFileSizeAuthor
#2 audifiles-2991519-2.patch30.05 KBjayelless

Comments

jlscott created an issue. See original summary.

jayelless’s picture

StatusFileSize
new30.05 KB

Patch attached.

keshavv’s picture

Status: Active » Needs review

Patch working perfectly .

  • keshav.k committed 177e35d on 8.x-2.x authored by jlscott
    Issue #2991519 by jlscott: Incorrect configuration settings name
    
keshavv’s picture

Status: Needs review » Fixed

Pushed to 8.x-2.x branch with tag 8.x-2.2

keshavv’s picture

Status: Fixed » Closed (fixed)