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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/_includes/upgrade/uct-error-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
119
119
| 5019 | Obsolete menu structure detected in line | TODO |
120
120
| 5020 | Obsolete system configuration structure detected in file | TODO |
121
121
| 5021 | Please do not use "jquery/ui" library in templates | Use needed jquery ui widget instead |
122
-
| 5021 | Please do not initialize JS component in php| initialize JS component it in template |
122
+
| 5021 | Please do not initialize JS component in PHP| initialize JS component in template |
123
123
| 5021 | Access to protected and private members of Block class is obsolete in phtml templates | Use only public members |
124
124
| 5021 | Access to members and methods of Block class through $this is obsolete in phtml templates | Use only $block instead of $this |
125
125
| 5021 | Please do not use "text/javascript" type attribute | Use only public members |
@@ -166,7 +166,7 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
166
166
| 5033 | Recurring scripts are obsolete | Please create class Recurring in module\'s Setup folder |
167
167
| 5033 | 'data' is in an invalid directory | Create a data patch within module's Setup/Patch/Data folder for data upgrades or use declarative schema approach in module's etc/db_schema.xml file for schema changes. |
168
168
| 5033 | 'sql' is in an invalid directory | Create a data patch within module's Setup/Patch/Data folder for data upgrades or use declarative schema approach in module's etc/db_schema.xml file for schema changes. |
169
-
| 5034 | Nodes identified by XPath 'Nodes identified by XPath '/config/global/fieldsets' are obsolete | TODO |
169
+
| 5034 | Nodes identified by XPath '/config/global/fieldsets' are obsolete | TODO |
170
170
| 5034 | Nodes identified by XPath '/config/global/cache/betatypes' are obsolete | TODO |
171
171
| 5034 | Nodes identified by XPath '/config/admin/fieldsets' are obsolete | TODO |
172
172
| 5034 | Nodes identified by XPath '/config/general/locale' are obsolete | This configuration has been moved to DI configuration of \Magento\Framework\Locale\ConfigInterface |
0 commit comments