emilsoftware-utilities 1.3.108 → 1.3.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -267,7 +267,7 @@ let PermissionService = class PermissionService {
|
|
|
267
267
|
RM.CODMNU AS codice_menu,
|
|
268
268
|
RM.TIPABI AS tipo_abilitazione,
|
|
269
269
|
M.DESMNU AS descrizione_menu
|
|
270
|
-
FROM
|
|
270
|
+
FROM UTENTI_RUOLI RU
|
|
271
271
|
INNER JOIN RUOLI R ON RU.CODRUL = R.CODRUL
|
|
272
272
|
INNER JOIN RUOLI_MENU RM ON R.CODRUL = RM.CODRUL
|
|
273
273
|
INNER JOIN MENU M ON RM.CODMNU = M.CODMNU
|