tzyganu / UMC1.9

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

Set backend type for multiselect to text #123

Closed mlaurense closed 8 years ago

mlaurense commented 8 years ago

Mage_Eav_Model_Entity_Attribute::getBackendTypeByInput defines multiselect as varchar. But in Ultimate_ModuleCreator_Model_Attribute_Type_Multiselect $_setupType is defined as 'text'. This conflicts when changing the attribute.

To reproduce the bug: