Fix "Ignore logging on config import" feature

Created on 19 September 2023, 9 months ago
Updated 17 October 2023, 9 months ago

Problem/Motivation

Even if we enable "Ignore logging on config import" option, the module will still log the config changes while running confirm import.

Steps to reproduce

Select checkbox "Ignore logging on config import"
Import Config via Drush or admin Interface

Proposed resolution

Event ConfigEvents::SAVE is triggered in both the cases i.e while changing a config via admin or importing config.
We can use ConfigEvents::IMPORT_VALIDATE to set the flag and based on the selection log the configuration changes.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇮🇳India Shaggy

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

Comments & Activities

Production build 0.69.0 2024