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 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 >
Original file line number Diff line number Diff line change 6060 <xs : simpleType name =" eventName" >
6161 <xs : annotation >
6262 <xs : documentation >
63- Event name can contain only [a-zA-Z_ ].
63+ Event name can contain only [a-zA-Z0-9_ ].
6464 </xs : documentation >
6565 </xs : annotation >
6666 <xs : restriction base =" xs:string" >
67- <xs : pattern value =" [a-zA-Z_ ]+" />
67+ <xs : pattern value =" [a-zA-Z0-9_ ]+" />
6868 </xs : restriction >
6969 </xs : simpleType >
7070</xs : schema >
You can’t perform that action at this time.
0 commit comments