mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 05:24:35 -04:00
Set DB for live previews
This commit is contained in:
parent
7c7e4f4437
commit
edf2e04422
@ -200,7 +200,7 @@ class PreviewController extends BaseController
|
||||
|
||||
if($request->has('entity_id')){
|
||||
|
||||
$entity_obj = $class::withTrashed()->whereId($this->decodePrimaryKey($request->input('entity_id')))->company()->first();
|
||||
$entity_obj = $class::on(auth()->user()->company()->db)->withTrashed()->whereId($this->decodePrimaryKey($request->input('entity_id')))->company()->first();
|
||||
$entity_obj = $repo->save($request->all(), $entity_obj);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user