Skip to content

Commit 65a937d

Browse files
committed
update file
1 parent 7d11d34 commit 65a937d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Api/Data/TagInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
namespace Lof\ProductTags\Api\Data;
2222

23-
interface TagInterface extends \Magento\Framework\Api\ExtensibleDataInterface
23+
interface TagInterface
2424
{
2525

2626
const TAG_ID = 'tag_id';

view/adminhtml/ui_component/lof_producttags_tag_form.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</validation>
111111
<dataType>text</dataType>
112112
<label translate="true">Identifier</label>
113-
<dataScope>Identifier</dataScope>
113+
<dataScope>identifier</dataScope>
114114
</settings>
115115
</field>
116116

0 commit comments

Comments
 (0)