Commit 9a0214ddc6d359fff9982fcc29bf07544630fa99
1 parent
c938aa7a
test
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/library/App/Controllers/ProjectController.php
@@ -49,6 +49,7 @@ class ProjectController extends CrudResourceController { | @@ -49,6 +49,7 @@ class ProjectController extends CrudResourceController { | ||
49 | 49 | ||
50 | $phqlBuilder | 50 | $phqlBuilder |
51 | ->andWhere('[' . $this->getResource()->getModel() . '].' . $this->getModelPrimaryKey() . ' = '.$id); | 51 | ->andWhere('[' . $this->getResource()->getModel() . '].' . $this->getModelPrimaryKey() . ' = '.$id); |
52 | + var_dump($phqlBuilder);die(); | ||
52 | 53 | ||
53 | $this->modifyReadQuery($phqlBuilder); | 54 | $this->modifyReadQuery($phqlBuilder); |
54 | $this->modifyFindQuery($phqlBuilder, $id); | 55 | $this->modifyFindQuery($phqlBuilder, $id); |