Commit 2aa4d924dc6cae9c5b067e8ac63cfcc1409179ba
1 parent
031fdeb6
Exists in
master
relatório de usuário logado
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
src/Cacic/CommonBundle/Form/Type/LogPesquisaType.php
| @@ -53,6 +53,12 @@ class LogPesquisaType extends AbstractType | @@ -53,6 +53,12 @@ class LogPesquisaType extends AbstractType | ||
| 53 | 'label'=> 'Selecione o Local:' | 53 | 'label'=> 'Selecione o Local:' |
| 54 | ) | 54 | ) |
| 55 | ); | 55 | ); |
| 56 | + | ||
| 57 | + $builder->add( | ||
| 58 | + 'usuario', | ||
| 59 | + null, | ||
| 60 | + array( 'label'=>'', 'max_length'=>30, 'required' => true) | ||
| 61 | + ); | ||
| 56 | } | 62 | } |
| 57 | 63 | ||
| 58 | /** | 64 | /** |