1
0
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:
Thomas Zilio
2017-09-12 14:40:26 +02:00
parent 2e4584309b
commit f3b07fabf8
4 changed files with 12 additions and 8 deletions

View File

@@ -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) {