Fixed #5842 - added components to location detail view
This commit is contained in:
@@ -39,6 +39,10 @@ class ComponentsController extends Controller
|
||||
$components->where('category_id','=',$request->input('category_id'));
|
||||
}
|
||||
|
||||
if ($request->has('location_id')) {
|
||||
$components->where('location_id','=',$request->input('location_id'));
|
||||
}
|
||||
|
||||
$offset = request('offset', 0);
|
||||
$limit = request('limit', 50);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user