@@ -361,6 +361,7 @@ class Action
return $twig->render($this->name, array(
'entity' => $entity,
+ 'object' => $entity,
'params' => $this->twigParams,
));
}