I have been struggling to generate a form which has fields to use the
NestedSet behavior.  I have my yaml schema defined like so

Geography:
  actAs:
    NestedSet:
    Sluggable:
      unique: true
      name: friendly_url
      fields: [title,id]
      canUpdate: false
  columns:
    title: string(255)
    description: string(255)
    meta_title: string(255)
    meta_description: string(255)

When running ./symphone doctrine:generate-admin backend geography the
resulting fields just have text entry values for the level, lft, and
rgt, fields.

I have searched quite a bit for information, but the only tutorials I
could find reference adding a widget called
sfWidgetFormDoctrineChoiceNestedSet which doesn't appear to exist
anymore.

Has this functionality been removed?

Thanks,

Dave

-- 
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 [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-users?hl=en

Reply via email to