hmh/magento2-track-config-change 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hmh/magento2-track-config-change

Composer 安装命令:

composer require hmh/magento2-track-config-change

包简介

Tracks admin system configuration changes and logs them for review.

README 文档

README

Admin module that records system configuration changes and exposes them in an admin grid.

Features

  • Captures config changes at save time with old/new values, user, and scope.
  • Shows changes in an admin listing with website/store filters and readable config labels.
  • Enables per-module switch to turn logging on/off.

Configuration

Admin path: HMH > Config Change Log > General > Enable

Config path: hmh_trackconfigchange/general/enable

Admin UI

Menu location: Reports > Site Monitor Tools > Config Change Tracking

Config change log grid

How It Works

  1. SystemConfigSavePlugin creates a pending log entry with the current value before save.
  2. AdminSystemConfigSaveObserver finalizes the entry after save with the new value and marks it complete.
  3. The UI grid renders the change with old/new values and scope information.

Installation

bin/magento module:enable Hmh_TrackConfigChange
bin/magento setup:upgrade
bin/magento cache:flush

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 8
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2026-01-28