File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/internal/Magento/Framework/Event Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 12
12
<event name =" authorization_roles_save_before" >
13
13
<observer name =" second_name" instance =" Some_Test_Value_Two" />
14
14
</event >
15
+ <event name =" authorization_roles_save_before123" >
16
+ <observer name =" second_name" instance =" Some_Test_Value_Two" />
17
+ </event >
15
18
</config >
Original file line number Diff line number Diff line change 60
60
<xs : simpleType name =" eventName" >
61
61
<xs : annotation >
62
62
<xs : documentation >
63
- Event name can contain only [a-zA-Z_ ].
63
+ Event name can contain only [a-zA-Z0-9_ ].
64
64
</xs : documentation >
65
65
</xs : annotation >
66
66
<xs : restriction base =" xs:string" >
67
- <xs : pattern value =" [a-zA-Z_ ]+" />
67
+ <xs : pattern value =" [a-zA-Z0-9_ ]+" />
68
68
</xs : restriction >
69
69
</xs : simpleType >
70
70
</xs : schema >
You can’t perform that action at this time.
0 commit comments