Can you create a ticket for this?
Currently if you specify something under the config->filter element in
generator.yml you have to specify the class. I think though, it should
maintain the default so you don't have to specify it.
- Jon
On Tue, Nov 11, 2008 at 9:38 PM, martialmind <[EMAIL PROTECTED]>wrote:
>
> I'm using the latest svn version of 1.2. everytime I try to just
> filter a few fields using the generator.yml:
>
> filter:
> display: [author_id,....]
>
> I get the same error:
>
> Parse error: syntax error, unexpected '<' in C:\wamp\www\cms\cache
> \backend\dev\modules\autoArticles\lib
> \BaseXXXXGeneratorConfiguration.class.php on line xxx.
>
> After that I look for this class and I found the problem. a function
> call hasFilterForm() is created, but It has a little bug.
>
> public function hasFilterForm()
> {
> return <br />
> <b>Notice</b>: Undefined index: class in <b>D:\svn\1.2\lib\plugins
> \sfDoctrinePlugin\data\generator\sfDoctrineModule\admin\parts
> \configuration.php</b> on line <b>42</b><br />
> true;
> }
>
> So, I'm wondering if someone is already working on this.
>
> By the way, the new doctrine admin generator is just great.
>
> >
>
--
Jonathan H. Wage
Open Source Software Developer & Evangelist
http://www.jwage.com
http://www.doctrine-project.org
http://www.symfony-project.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---