I have this generator config:

generator:
   class: sfDoctrineGenerator
   param:
     model_class:           Products
     theme:                 admin
     non_verbose_templates: true
     with_show:             false
     singular:              ~
     plural:                ~
     route_prefix:          products
     with_doctrine_route:     1

     config:
       actions: ~
       fields:  ~
       list:
         title:          Produkt oversigt
         display:        [ean, name, ordered, delivered,  
state_as_text, position_as_text, location, newpic ]
         sort:           [ean, name]
         max_per_page:   10
         actions:        {}
         batch_actions:  {}
         object_actions:
           _edit:      ~
       filter:
         display: [ean, name, state, position]
       form:
         display:        [ state, position, location, newpic ] #WHEN I  
ADD THIS LINE THE FIELDS THAT ARE NOT DISPLAYED ARE SAVED EMPTY
       edit:    ~
       new:     ~

Everything works fine except when I want to limit the fields to  
update. Anybody seen this problem before or know what to do about it?

Joe


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