Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 4709a22

Browse files
Merge forwardport of magento/magento2#12758 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/12758.patch (created by @Mobecls) based on commit(s): 1. 937b26d 2. 85fa671 Fixed GitHub Issues in 2.3-develop branch: - magento/magento2#5035: I can not to subscribe on change of all sections in Stores ->Configuration using event admin_system_config_changed_section (reported by @katesuykovskaya)
2 parents 1dcb55d + 44ca24f commit 4709a22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/internal/Magento/Framework/Event/Test/Unit/Config/_files/valid_events.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@
1212
<event name="authorization_roles_save_before">
1313
<observer name="second_name" instance="Some_Test_Value_Two" />
1414
</event>
15+
<event name="authorization_roles_save_before123">
16+
<observer name="second_name" instance="Some_Test_Value_Two"/>
17+
</event>
1518
</config>

0 commit comments

Comments
 (0)