mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-20 19:58:40 +00:00
limit bug
This commit is contained in:
parent
4239c2fdfb
commit
8224079a56
|
|
@ -119,7 +119,7 @@ final class BackendController extends Controller
|
|||
->with('contactElements')
|
||||
->with('mainAddress')
|
||||
->with('files')->limit(5, 'files')->sort('files/id', OrderType::DESC)
|
||||
->with('notes')->limit(5, 'files')->sort('notes/id', OrderType::DESC)
|
||||
->with('notes')->limit(5, 'notes')->sort('notes/id', OrderType::DESC)
|
||||
->where('id', (int) $request->getData('id'))
|
||||
->execute();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user