We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 150696c + 56dc8c3 commit 00b9303Copy full SHA for 00b9303
themes/Backend/ExtJs/backend/config/view/form/document.js
@@ -103,7 +103,7 @@ Ext.define('Shopware.apps.Config.view.form.Document', {
103
xtype: 'config-element-select',
104
valueField: 'name',
105
displayField: 'description',
106
- store: 'form.Number',
+ store: 'Shopware.apps.Config.store.form.Number',
107
fieldLabel: '{s name=document/detail/numbers_label}Numbers{/s}'
108
},{
109
name: 'template',
0 commit comments