What steps will reproduce the problem?
1.Se remover um elemento do form e depois adicionar outro de tipo diferente mas
mesmo nome, a validação não funciona.
2. $grid->getForm(1)->removeElement('ani_fk'); //tipo text
$grid->getForm(1)->addElement('select','ani_fk',array('label'=>'Criador','multiOptions'=>array(),'order'=>'3'));
3. Recebo a mensagem no form : '111' não faz parte dos valores esperados
4. Na tabela o campo é tipo inteiro ;
What is the expected output? What do you see instead?
Espero inserir os dados corretamente.
Please insert the appropriate values;
Zend Framework version:
ZFDatgrid Version (Bvb_Grid::getVersion()):
Operating system:
PHP Version:
Database Server and version:
Source Adatapter:
Please provide any additional information below.
Original issue reported on code.google.com by alessand...@gmail.com on 21 Nov 2011 at 9:20
Original issue reported on code.google.com by
alessand...@gmail.com
on 21 Nov 2011 at 9:20