Commit 4a613a0dd87b6cfaff8abb23010c592acda1f38b

Authored by Alex Savenko
1 parent 78b0b2b8

test

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/library/App/Controllers/ProjectController.php
... ... @@ -29,6 +29,8 @@ class ProjectController extends CrudResourceController {
29 29  
30 30  
31 31 $item = $this->getFindData($id);
  32 + return $this->getModelPrimaryKey();
  33 +
32 34 return 'breakpoint';
33 35 if (!$item) {
34 36 return $this->onItemNotFound($id);
... ...