mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-18 18:20:11 +01:00
Fix disabilitazione campi per Anagrafiche
This commit is contained in:
parent
ae7de0d8b3
commit
496809a2d2
@ -4,6 +4,9 @@ include_once __DIR__.'/core.php';
|
||||
|
||||
use Carbon\Carbon;
|
||||
|
||||
// Disabilitazione dei campi
|
||||
$read_only = $structure->permission == 'r';
|
||||
|
||||
if (empty($id_record) && !empty($id_module) && empty($id_plugin)) {
|
||||
redirect(ROOTDIR.'/controller.php?id_module='.$id_module);
|
||||
} elseif (empty($id_record) && empty($id_module) && empty($id_plugin)) {
|
||||
@ -429,7 +432,6 @@ echo '
|
||||
<script>';
|
||||
|
||||
// Se l'utente ha i permessi in sola lettura per il modulo, converto tutti i campi di testo in span
|
||||
$read_only = $structure->permission == 'r';
|
||||
if ($read_only || !empty($block_edit)) {
|
||||
$not = $read_only ? '' : '.not(".unblockable")';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user