modificado form papel generico

This commit is contained in:
2024-11-19 20:51:11 +01:00
parent 9e4cd024bd
commit 8be0e3d16c
8 changed files with 75 additions and 37 deletions

View File

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