Hello

I am not sure whether this is any help at all but on symfony 1.4.6
with doctrine and mysql and without any extra plugins (so pretty far
from your configuration...)
creating an empty _filters.php in the template folder of the module
works fine - no filters are displayed.

Setting the display property to an empty array does not work because
in sfModelGeneratorConfiguration::getFormFilterFields (see
http://trac.symfony-project.org/browser/branches/1.4/lib/generator/sfModelGeneratorConfiguration.class.php#L297)
there is an if condition which filters out empty arrays.

Good luck

Claudia



On Jul 30, 6:09 pm, halfer <google.com.20080213...@jondh.me.uk> wrote:
> Hi all
>
> I've discovered a bug in the filters section of the admin generator
> (when run against Oracle anyway) on Symfony 1.3 and Propel 1.5. I
> believe that if I can turn the filters off, the problem will go away.
> I have tried the following in a child generator.yml (i.e. a module
> level one that customises the parent version in a plugin).
>
> generator:
>   param:
>     config:
>       filter:
>         class: false
>
> I've also tried:
>
> generator:
>   param:
>     config:
>       filter:
>         display: []
>
> Neither appears to have any affect.
>
> I have also added a _filters.php file in the appropriate app-level
> module templates folder, in order to prevent the filters rendering,
> and it has had no effect.
>
> Any help that can be provided will be appreciated :o)

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to