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.
1 parent 7d11d34 commit 65a937dCopy full SHA for 65a937d
Api/Data/TagInterface.php
@@ -20,7 +20,7 @@
20
*/
21
namespace Lof\ProductTags\Api\Data;
22
23
-interface TagInterface extends \Magento\Framework\Api\ExtensibleDataInterface
+interface TagInterface
24
{
25
26
const TAG_ID = 'tag_id';
view/adminhtml/ui_component/lof_producttags_tag_form.xml
@@ -110,7 +110,7 @@
110
</validation>
111
<dataType>text</dataType>
112
<label translate="true">Identifier</label>
113
- <dataScope>Identifier</dataScope>
+ <dataScope>identifier</dataScope>
114
</settings>
115
</field>
116
0 commit comments