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