GithubHelp home page GithubHelp logo

Comments (6)

evs-xsarus avatar evs-xsarus commented on August 17, 2024 1

@Frank-Magmodules turned out to be a missing file in the Channable module. Could you create a new release with:

magento/vendor/magmodules/magento2-channable/view/adminhtml/ui_component/catalogstaging_category_update_form.xml

<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright © 2019 Magmodules.eu. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
    <fieldset name="channable">
        <argument name="data" xsi:type="array">
            <item name="config" xsi:type="array">
                <item name="label" xsi:type="string" translate="true">Channable</item>
                <item name="collapsible" xsi:type="boolean">true</item>
                <item name="sortOrder" xsi:type="number">100</item>
            </item>
        </argument>
        <field name="channable_cat_disable_export">
            <argument name="data" xsi:type="array">
                <item name="config" xsi:type="array">
                    <item name="sortOrder" xsi:type="number">1</item>
                    <item name="dataType" xsi:type="string">boolean</item>
                    <item name="formElement" xsi:type="string">checkbox</item>
                    <item name="prefer" xsi:type="string">toggle</item>
                    <item name="label" xsi:type="string" translate="true">Disable Category from export</item>
                    <item name="valueMap" xsi:type="array">
                        <item name="true" xsi:type="string">1</item>
                        <item name="false" xsi:type="string">0</item>
                    </item>
                    <item name="validation" xsi:type="array">
                        <item name="required-entry" xsi:type="boolean">false</item>
                    </item>
                    <item name="default" xsi:type="string">0</item>
                </item>
            </argument>
        </field>
    </fieldset>
</form>

PS Contents are the same as file magento/vendor/magmodules/magento2-channable/view/adminhtml/ui_component/category_form.xml

from magento2-channable.

Frank-Magmodules avatar Frank-Magmodules commented on August 17, 2024 1

Great @evs-xsarus  and @CyberSecutor , we will add this into the upcoming release!

from magento2-channable.

Frank-Magmodules avatar Frank-Magmodules commented on August 17, 2024

@evs-xsarus ,

As we discussed through the mail this doesn't seem to be a Channable issue, can you let me know if we can close this issue or if you need any further help?

from magento2-channable.

evs-xsarus avatar evs-xsarus commented on August 17, 2024

Can be closed .

from magento2-channable.

CyberSecutor avatar CyberSecutor commented on August 17, 2024

Thanx @evs-xsarus adding the ui_component XML fixed it for me as well

from magento2-channable.

Marvin-Magmodules avatar Marvin-Magmodules commented on August 17, 2024

Hi @evs-xsarus and @CyberSecutor, thank you or the detailed issue report, solution and feedback. File has been added to the 1.5.3 release. Closing this issue now. Feel free to reopen the issue if this still occurs.

from magento2-channable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.