mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
fix : update visto errorPresupuestoForm
This commit is contained in:
@ -35,7 +35,8 @@ class ConfigErrores extends BaseResourceController
|
|||||||
public function viewForm(int $error_presupuesto_id)
|
public function viewForm(int $error_presupuesto_id)
|
||||||
{
|
{
|
||||||
$this->errorPresupuestoModel->update($error_presupuesto_id, [
|
$this->errorPresupuestoModel->update($error_presupuesto_id, [
|
||||||
"last_user_id" => auth()->user()->id
|
"last_user_id" => auth()->user()->id,
|
||||||
|
"visto" => true,
|
||||||
]);
|
]);
|
||||||
return view(static::$viewPath . 'viewErrorPresupuestoForm', ["error_presupuesto_id" => $error_presupuesto_id]);
|
return view(static::$viewPath . 'viewErrorPresupuestoForm', ["error_presupuesto_id" => $error_presupuesto_id]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user