You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Magento 2 port of my [Magento 1 Config Scope Hints module](https://github.com/ericthehacker/magento-configscopehints).
4
-
5
-
This module shows information in the System Configuration when a field is overridden at more specific scope(s), along with information about these scope(s).
3
+
This module shows information in the Store Configuration backend UI when a config field is overridden at more specific scope(s), along with information about these scope(s).
6
4
7
5
## Installation
8
6
9
7
This module can be installed manually or by using Composer (recommended).
10
8
9
+
### Composer Installation
10
+
11
+
Each of these commands should be run from the command line at the Magento 2 root.
After installing the module, when viewing a system configuration field, an alert icon will be shown next to the field scope when the field's value is overridden at a more specific level.
48
+
After installing the module, when viewing a system configuration field, an alert icon and message will be shown below the field value if it has been overridden at a more specific scope.
50
49
51
50
The icon is only shown when the value is overridden at a more specific scope than the current one – that is, if viewing at the default scope, overrides at the website or store view level are shown, but if viewing at the website level, only overrides below the currently selected website are shown.
52
51
53
-
Clicking on the notification bulb displays a detailed list of the exact scope(s) that override the value, with links directly to those scopes.
52
+
Along with the alert message, a detailed list of the exact scope(s) that override the value, with links directly to the store config for the current section at those scopes.
54
53
55
-

54
+

56
55
57
56
## Compatibility and Technical Notes
58
57
59
-
This module was written and tested against version [2.0.0-rc](https://github.com/magento/magento2/releases/tag/2.0.0-rc). The hints are accomplished using intercepters, so there should be no compatibility concerns ([unlike Magento 1](https://github.com/ericthehacker/magento-configscopehints#rewrites)). This version is post-RC, so the intercepters API should stable at this point.
58
+
Version 3.0.0 of this module has been tested against Magento 2.1.x. It's likely compatible with 2.0.x as well, but this is untested.
59
+
60
+
> NOTE: For known compatibility with 2.0.x, check out version [2.1.0][2.1.0] of the module.
61
+
62
+
## Known Issues
63
+
64
+
### MAGETWO-62648
65
+
66
+
When used on Magento 2.1.3, the module can produce a false positive when viewing a website scope. If a given config value has been overridden at this website scope, any children store views which have "Use Website" set for the value will incorrectly show as being overridden.
0 commit comments