mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Removed assignedTo eager load for now - it’s not working
This commit is contained in:
parent
277e49468b
commit
df430a2263
|
@ -85,7 +85,7 @@ class AssetsController extends Controller
|
|||
}
|
||||
|
||||
$assets = Company::scopeCompanyables(Asset::select('assets.*'))->with(
|
||||
'location', 'assetstatus', 'assetlog', 'company', 'defaultLoc','assignedTo',
|
||||
'location', 'assetstatus', 'assetlog', 'company', 'defaultLoc',
|
||||
'model.category', 'model.manufacturer', 'model.fieldset','supplier');
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue