añadido los checks de web cliente en papeles

This commit is contained in:
2024-11-20 16:35:48 +01:00
parent 8be0e3d16c
commit e5159abf58
9 changed files with 216 additions and 136 deletions

View File

@ -160,6 +160,9 @@ class Papelesgenericos extends \App\Controllers\BaseResourceController
$sanitizedData['show_in_client_special'] = false;
}
if($sanitizedData['show_in_client_special']){
$sanitizedData['show_in_client'] = true;
}
$noException = true;
if ($successfulResult = $this->canValidate()) : // if ($successfulResult = $this->validate($this->formValidationRules) ) :