Shopware 6 - 插件配置中的字段验证不起作用

Posted

技术标签:

【中文标题】Shopware 6 - 插件配置中的字段验证不起作用【英文标题】:Shopware 6 - Field validation in plugin configuration not working 【发布时间】:2021-01-10 20:16:34 【问题描述】:

我在config.xml 中添加了以下代码用于插件验证,但它通过了。 正在保存空白值。

虽然星号 (*) 显示在每个输入字段上。

我尝试将<required>1</required> 更改为<required>true</required>,但这也无济于事。

<card><input-field type="text">
        <name>userName</name>
        <label>Username</label>
        <label lang="de-DE">Nutzername</label>
        <required>1</required>
    </input-field>

    <input-field type="text">
        <name>password</name>
        <label>Password</label>
        <label lang="de-DE">Passwort</label>
        <required>1</required>
    </input-field></card>

有没有人帮我解决这个问题。

【问题讨论】:

【参考方案1】:

这是一个已知问题,我们已经为此收到了ticket。

【讨论】:

加一个..感谢您的回答..否则我试图构建单独的组件。 构建自己的 vue-js 模块将是最好的解决方案。

以上是关于Shopware 6 - 插件配置中的字段验证不起作用的主要内容,如果未能解决你的问题,请参考以下文章

在 shopware 6 中验证后端密码

Shopware6:缺少插件配置

与 Shopware 6 中的其他字段的多对多关联

shopware 6插件的单元测试未找到自定义服务

在 Shopware 6 中覆盖现有的插件 JS

Shopware 6 具有自定义字段类型的产品