Skip to content

Commit

Permalink
Merge pull request #201 from t-richards/bugfix/customer-edit
Browse files Browse the repository at this point in the history
Show "Mailchimp" customer tab when the extension is enabled
Thanks @t-richards
  • Loading branch information
gonzaloebiz authored Feb 9, 2018
2 parents 232db41 + 3675ddc commit a057a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/adminhtml/layout/customer_index_edit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<body>
<referenceContainer name="content">
<referenceBlock name="customer_form">
<block class="Ebizmarts\MailChimp\Block\Adminhtml\Customer\Edit\Tabs\Mailchimp" name="customer_edit_tab_mailchimp" template="tab/view.phtml">
<block class="Ebizmarts\MailChimp\Block\Adminhtml\Customer\Edit\Tabs\Mailchimp" name="customer_edit_tab_mailchimp" template="tab/view.phtml" ifconfig="mailchimp/general/active">
<arguments>
<argument name="sort_order" xsi:type="number">50</argument>
</arguments>
Expand Down

0 comments on commit a057a8d

Please sign in to comment.