Merge branch 'feature/senior-officer' of https://git.putrakuningan.com/daengdeni/lpj into feature/senior-officer
This commit is contained in:
@@ -300,7 +300,6 @@ class PenilaianController extends Controller
|
|||||||
$q->orWhere('status', 'LIKE', '%' . $search . '%');
|
$q->orWhere('status', 'LIKE', '%' . $search . '%');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
$query->whereIn('status', ['registered', 'registrasi-final']);
|
$query->whereIn('status', ['registered', 'registrasi-final']);
|
||||||
$query->whereHas('region.teams.teamsUsers.user', function ($q) {
|
$query->whereHas('region.teams.teamsUsers.user', function ($q) {
|
||||||
$q->where('id', Auth::user()->id);
|
$q->where('id', Auth::user()->id);
|
||||||
|
|||||||
Reference in New Issue
Block a user