Hi,
I have this in the generator.yml of a module:
config:
actions:
_new: { credentials: [user] }.
and I've overwriten the action "new" i mention in the generator.yml
this way:
public function executeNew(sfWebRequest $request)
{
var_dump($this->getCredential());
$this->form = $this->configuration->getForm();
$this->Sedi = $this->form->getObject();
}
When i execute the new action i get "null". I expected to get "user".
I did "cc".
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 [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