Ola. Estou com o seguinte problema no CG. Tenho um campo que está relacionado e é um campo HIDDEN.
- $crud->set_relation('setor_origem', 'setores', 'nome_setor', array('ativo' => 's'));
- $crud->field_type('setor_origem','hidden',$_SESSION['setor_id']);
E o CG não está salvando o valor. (Meu ingles não é muito bom então: traduzido por Google Translator)
Hello . I have the following problem in CG . I have a field that is related and is a HIDDEN field.
- $crud->set_relation('setor_origem', 'setores', 'nome_setor', array('ativo' => 's'));
- $crud->field_type('setor_origem','hidden',$_SESSION['setor_id']);
And the CG is not saving the value. (My English is not very good then: Translated by Google Translator)