feat: filtrar tags por module_id
This commit is contained in:
parent
0741d1830f
commit
44d568e6c1
@ -416,6 +416,10 @@ public function getBoxTags(Request $request)
|
||||
});
|
||||
}
|
||||
|
||||
if($request->filled('module_id')) {
|
||||
$tags->where('module_id', $request->input('module_id'));
|
||||
}
|
||||
|
||||
$paginatedTags = $tags->paginate($request->input('per_page', 25));
|
||||
|
||||
// Estadísticas generales
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user