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.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to