mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Risoluzione di un bug sui permessi nella Dashboard
This commit is contained in:
@@ -456,7 +456,7 @@ if (!empty(get_var('Abilitare orario lavorativo'))) {
|
||||
}
|
||||
},
|
||||
<?php
|
||||
if (Modules::getPermission($id_module) == 'rw') {
|
||||
if (Modules::getPermission('Interventi') == 'rw') {
|
||||
?>
|
||||
droppable: true,
|
||||
drop: function(date, jsEvent, ui, resourceId) {
|
||||
|
Reference in New Issue
Block a user