tzyganu / UMC1.9

New Ultimate Module Creator for Magento 1.7 +
MIT License
242 stars 88 forks source link

Notes form fields are not displayed #10

Closed dannyalfonzo closed 10 years ago

dannyalfonzo commented 10 years ago

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 commented 10 years ago

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