Hello.

I'm on symfony 1.4DEV

I don't understand why I get the word "action" at the end of my links.

I've for instance added this in "generator.yml" for my module Sender

[...]
    config:
      actions: ~
      list:
        display: [id, company, name, surname, email]
        actions:
          import_csv:
            label : Load CSV
            action: importCSV
[...]

and in my admin I get this link : 
http://domain.tld/backend_dev.php/sender/importCSV/action

I don't understand why SF add "action", the page shows up even if I
take "action" away.

Thanks

--
Simone

--

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