Can you report any bugs or requests on trac? It is difficult to trac things here :(
http://trac.symfony-project.com Thanks, Jon On Mon, Dec 21, 2009 at 9:46 AM, Johannes Heinen < [email protected]> wrote: > Hi Jonathan, > > please let me report a possible bug concerning the trunk as well as > the 1.3 branch of sfDoctrineGuardPlugin - probably it is only a simple > issue and not worth a standelone discussion. Or it is a user fail > caused by me, in that case it is worth nothing ;) > > I am using sfDoctrineGuardPlugin with the latest symfony 1.3.2DEV > release. > > This is the underlying schema file (a table that inherits from > sfGuardGroup). > > Company: > columns: > {.....} > > inheritance: > extends: sfGuardGroup > type: column_aggregation > keyField: type > keyValue: 1 > > The generated Form (BaseCompanyForm) implements > sfFormDoctrine::setupInheritance() which is declared protected, but > also extends PluginsfGuardGroupForm (probably by a newly implemented > schema-mechanism that regards cross-model-form-inheritance, which is a > cool feature for sure). But in fact, > PluginsfGuardGroupForm::setupInheritance()'s signature has the keyword > "public". Changing it to "protected" will do, i think. > > Thanks for your great work and best regards > j > > On Dec 17, 9:18 pm, Jonathan Wage <[email protected]> wrote: > > No these features are not in SVN yet. We haven't committed anything yet. > > > > - Jon > > > > > > > > On Thu, Dec 17, 2009 at 1:04 PM, ReynierPM <[email protected]> wrote: > > > Jonathan Wage wrote: > > > > This is something that will come in the next version after this that > > > > Dustin and I will work on. > > > > > So the SVN releases have this features since now? > > > -- > > > Cheers > > > ReynierPM > > > > > -- > > > > > 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]<symfony-devs%[email protected]> > <symfony-devs%[email protected]<symfony-devs%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/symfony-devs?hl=en. > > > > -- > > Jonathan H. Wage (+1 415 992 5468) > > Open Source Software Developer & Evangelist > > sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org > > > > You should follow me on Twitter:http://www.twitter.com/jwage > > > > You can contact Jonathan about Doctrine, Symfony and Open-Source or for > > training, consulting, application development, or business related > questions > > at [email protected] > > -- > > 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]<symfony-devs%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en. > > > -- Jonathan H. Wage (+1 415 992 5468) Open Source Software Developer & Evangelist sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org You should follow me on Twitter: http://www.twitter.com/jwage You can contact Jonathan about Doctrine, Symfony and Open-Source or for training, consulting, application development, or business related questions at [email protected] -- 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.
