Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with creating Ui component form in customer edit section #2762

Closed
ghost opened this issue Dec 19, 2015 · 4 comments
Closed

Issue with creating Ui component form in customer edit section #2762

ghost opened this issue Dec 19, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Dec 19, 2015

Hi,

layout file is:customer_index_edit.xml

<?xml version="1.0"?>
<!--
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
    <body>
        <referenceContainer name="content">
            <uiComponent name="seller_form"/>
        </referenceContainer>   
    </body>

base/ui_component/seller_form.xml

in this file below lines giving error that " Element with ID 'tabs_nav' already exists."

<item name="layout" xsi:type="array">
        <item name="type" xsi:type="string">tabs</item>
        <item name="navContainerName" xsi:type="string">left</item>
</item>

Please help

@slavvka
Copy link
Member

slavvka commented Dec 23, 2015

Hi @rajawat02, could you please give us more details on what you're doing. What are the full paths for files specified? What are you trying to do with those files?

@ghost
Copy link
Author

ghost commented Jan 23, 2016

Hi @slavvka Actually i am trying to add a new tab containing Form fields in Admin customer edit section. I have created tab successfully with form. But when i am submitting save Customer or Save and Continue button, I am not able get the record of my form Neither in Customer Save Controller nor in Observer.

Thanks

@slavvka
Copy link
Member

slavvka commented Jun 8, 2016

Could you please give us all changed and introduced files as it is hard to understand the problem.

@vzabaznov
Copy link
Contributor

Hi, @rajawat02 thanks for contributing, we will close this issue as not updated more than 2 week, if this issue still reproducible please feel free to create new one.

magento-engcom-team pushed a commit that referenced this issue Jun 26, 2018
[TSG] Upporting for 2.3 (pr25) (2.3.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants