Hi,

i have created this model:

propel:
  shop_orders:
    orders_id: { phpName: Id, type: INTEGER, size: '11', primaryKey:
true, autoIncrement: true, required: true }
    email: { type: VARCHAR, size: '45', required: true }

Then i have generated an admin module and i have add this below to
generator.yml:

config:
  actions: ~
  fields:  ~
  list:
    object_actions:
      foo: {}

When I click on the foo action It generates this url:

    backend_dev.php/sp1/ListFoo/action?id=1

and I get this message:

    Action "sp1/action" does not exist.

sf 1.4/propel

Any idea?

Javier

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to