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

Notes form fields are not displayed #10

Closed
dannyalfonzo opened this issue Apr 3, 2014 · 1 comment
Closed

Notes form fields are not displayed #10

dannyalfonzo opened this issue Apr 3, 2014 · 1 comment
Assignees
Labels

Comments

@dannyalfonzo
Copy link

Today start to use the version 1.9 and it is amazing, Building my fisrt module i realize that the notes for the fields are not displayer

I realized that the structure is not equal to version 1.6 which was the first to use, take a look at app/code/community/Company/Namespace/Block/Adminhtml/Advice/Edit/Tab/Attributes.php

and I realized that attr is read and send the form directly to the constructor

$attributes = $this->getAttributes();
foreach ($attributes as $attribute){
    $attribute->setEntity(Mage::getResourceModel('digisolution_chefevolution/advice'));
}
$this->_setFieldset($attributes, $fieldset, array());
![magento admin](https://cloud.githubusercontent.com/assets/5633504/2598502/19e5a57e-bac9-11e3-87f2-210ef5896ed3.png)

Mymodule.xml

![screenshot from 2014 04 02 20 13 19](https://cloud.githubusercontent.com/assets/5633504/2598504/1f3a18d4-bac9-11e3-8a84-a19fb8fbe73d.png)

Thanks!!!
@tzyganu tzyganu added the bug label Apr 3, 2014
@tzyganu tzyganu self-assigned this Apr 3, 2014
@tzyganu
Copy link
Owner

tzyganu commented Apr 3, 2014

Thanks for reporting this. It should be fixed in alpha2 version.

@tzyganu tzyganu closed this as completed Apr 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants