소스 검색

Merge branch 'master' of ssh://200.50.168.30:222/VendorSoftwareFlowdat3/WorkflowBundle

Guillermo Espinoza 8 년 전
부모
커밋
d5e28bffaa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Entity/Action.php

+ 1 - 0
Entity/Action.php

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