Skip to content

Commit

Permalink
Merge pull request #196 from dbarzin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dbarzin authored Oct 18, 2024
2 parents 7c6829c + 1e3332a commit cd4f5c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/MeasureController.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function index(Request $request)
->whereIn('controls.status', [0,1])
->orWhere('controls.status', null);
})
->groupBy('measures.id');
->groupBy('measures.id','domains.title');

if ($domain !== null) {
$measures->where('measures.domain_id', $domain);
Expand Down
Binary file added storage/app/models/control_en.docx
Binary file not shown.
Binary file added storage/app/models/pilotage_en.docx
Binary file not shown.

0 comments on commit cd4f5c5

Please sign in to comment.