mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Modificada redireccion por defecto en formulario de editar para que se quede en editar y no vaya al listado general
This commit is contained in:
@ -162,7 +162,7 @@ class Clientecontactos extends \App\Controllers\GoBaseResourceController
|
||||
|
||||
$clienteContactoEntity->fill($sanitizedData);
|
||||
|
||||
$thenRedirect = true;
|
||||
$thenRedirect = false;
|
||||
endif;
|
||||
if ($noException && $successfulResult) :
|
||||
$id = $clienteContactoEntity->id ?? $id;
|
||||
|
||||
Reference in New Issue
Block a user