File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Cms/view/adminhtml/ui_component
Store/Ui/Component/Form/Field Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 111
111
<dataScope >identifier</dataScope >
112
112
</settings >
113
113
</field >
114
- <field name =" storeviews" formElement =" multiselect" class =" Magento\Cms \Ui\Component\Form\Field\StoreView" >
114
+ <field name =" storeviews" formElement =" multiselect" class =" Magento\Store \Ui\Component\Form\Field\StoreView" >
115
115
<argument name =" data" xsi : type =" array" >
116
116
<item name =" config" xsi : type =" array" >
117
117
<item name =" source" xsi : type =" string" >block</item >
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \Cms \Ui \Component \Form \Field ;
8
+ namespace Magento \Store \Ui \Component \Form \Field ;
9
9
10
10
use Magento \Framework \View \Element \UiComponent \ContextInterface ;
11
11
use Magento \Framework \View \Element \UiComponentFactory ;
12
- use Magento \Framework \View \Element \UiComponentInterface ;
13
12
use Magento \Store \Model \StoreManagerInterface as StoreManager ;
14
13
use Magento \Ui \Component \Form \Field ;
15
14
16
15
/**
17
16
* Check to disable store view field
18
17
*
19
- * Class \Magento\Cms \Ui\Component\Form\Field\StoreView
18
+ * Class \Magento\Store \Ui\Component\Form\Field\StoreView
20
19
*/
21
20
class StoreView extends Field
22
21
{
You can’t perform that action at this time.
0 commit comments